I am trying to load movie image on click but unable to do so. here is the id I have use
https://image.tmdb.org/t/p/w500/${data?.poster_path}
I have checked, the logic of {data?.poster_path}
is correct so what's the issue?
Nie mo偶esz znale藕膰 filmu lub serialu? Zaloguj si臋, aby go utworzy膰.
Want to rate or add this item to a list?
Not a member?
Odpowied藕 u偶ytkownika Ajinkya Bhoite
28 lipca 2024 o godz. 7:43PM
Here is the error I am getting,
Image size not supported
Odpowied藕 u偶ytkownika ticao2 馃嚙馃嚪 pt-BR
29 lipca 2024 o godz. 12:07PM
The possible supported image sizes are specified here.
https://developer.themoviedb.org/reference/configuration-details
Your example shows the size w500.
What is causing the error is some other value in the URL, probably the value for {data?.poster_path}.
Note that the example below works correctly in your browser.
https://image.tmdb.org/t/p/w500/nP6RliHjxsz4irTKsxe8FRhKZYl.jpg
https://image.tmdb.org/t/p/original/nP6RliHjxsz4irTKsxe8FRhKZYl.jpg
Odpowied藕 u偶ytkownika Ajinkya Bhoite
8 sierpnia 2024 o godz. 1:14AM
issue fixed. thank you.