קיצורי דרך של מקלדת
חיפוש מתקדם
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.