Hello there,
I am new here, I search about base url for poster , but I didn't can help please help me out ?
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط 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.