اختصارات لوحة المفاتيح
البحث المتقدم
Hello there,
I am new here, I search about base url for poster , but I didn't can help please help me out ?
الصفحة السابقة
@kestierays said: please I need a base_url, the one I used doesn't display the movie pictures.
@kestierays said:
please I need a base_url, the one I used doesn't display the movie pictures.
What Base URL are you using? Here's what you should use. https://developers.themoviedb.org/3/configuration/get-api-configuration
This should be used: https://image.tmdb.org/t/p/ {SIZE} Examples: https://image.tmdb.org/t/p/original/lSEr1nphZuCqXli3VziIgCI8Ivf.jpg https://image.tmdb.org/t/p/w500/lSEr1nphZuCqXli3VziIgCI8Ivf.jpg https://image.tmdb.org/t/p/w154/lSEr1nphZuCqXli3VziIgCI8Ivf.jpg
https://api.themoviedb.org/3/configuration?api_key=THE_KEY
poster_sizes 0 "w92" 1 "w154" 2 "w185" 3 "w342" 4 "w500" 5 "w780" 6 "original"
@Hitesh11 said: Hello there, I am new here, I search about base url for poster , but I didn't can help please help me out ?
@Hitesh11 said:
https://image.tmdb.org/t/p/original/ This is the base url
@ticao2 said: @kestierays said: please I need a base_url, the one I used doesn't display the movie pictures. What Base URL are you using? Here's what you should use. https://developers.themoviedb.org/3/configuration/get-api-configuration This should be used: https://image.tmdb.org/t/p/ {SIZE} Examples: https://image.tmdb.org/t/p/original/lSEr1nphZuCqXli3VziIgCI8Ivf.jpg https://image.tmdb.org/t/p/w500/lSEr1nphZuCqXli3VziIgCI8Ivf.jpg https://image.tmdb.org/t/p/w154/lSEr1nphZuCqXli3VziIgCI8Ivf.jpg https://api.themoviedb.org/3/configuration?api_key=THE_KEY poster_sizes 0 "w92" 1 "w154" 2 "w185" 3 "w342" 4 "w500" 5 "w780" 6 "original"
@ticao2 said:
https://image.tmdb.org/t/p/original/
Image base_url_link: "http://image.tmdb.org/t/p/w500/"+movie_backdrop_path Change the width to w500 then use javascript to set the backgroundSize, backgroundRepeat, and backgroundPosition. It works fine this way.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
تسجيل الدخول
التسجيل
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
سجل و انضم الى المجتمع
رد بواسطة ticao2 🇧🇷 pt-BR
بتاريخ أغسطس 29, 2021 في 1:56 مساءا
What Base URL are you using?
Here's what you should use.
https://developers.themoviedb.org/3/configuration/get-api-configuration
This should be used: https://image.tmdb.org/t/p/ {SIZE}
Examples:
https://image.tmdb.org/t/p/original/lSEr1nphZuCqXli3VziIgCI8Ivf.jpg
https://image.tmdb.org/t/p/w500/lSEr1nphZuCqXli3VziIgCI8Ivf.jpg
https://image.tmdb.org/t/p/w154/lSEr1nphZuCqXli3VziIgCI8Ivf.jpg
https://api.themoviedb.org/3/configuration?api_key=THE_KEY
رد بواسطة Nikhil_dotasara
بتاريخ أغسطس 19, 2023 في 1:10 صباحا
https://image.tmdb.org/t/p/original/ This is the base url
رد بواسطة Nikhil_dotasara
بتاريخ أغسطس 19, 2023 في 1:10 صباحا
https://image.tmdb.org/t/p/original/
رد بواسطة Chris-de-sypher
بتاريخ ديسمبر 28, 2023 في 10:20 مساءا
Image base_url_link: "http://image.tmdb.org/t/p/w500/"+movie_backdrop_path
Change the width to w500 then use javascript to set the backgroundSize, backgroundRepeat, and backgroundPosition. It works fine this way.