We have home page banner for my site. We need to show banner image for in responsive ( Mobile, Tablet, Desktop)
We have assigned the responsive images in Prismic with help of
First, you need to check if the response is being delivered correctly. You can do so by browsing the API browser of your repository https://your-repo-name.prismic.io/api.
Then check inside the project to see if the response is being saved and passed correctly into the component/page you’re trying to display it.
I checked you api browser and can see the different ‘views’ (mobile, tablet) for the first image that you have add in the repeatable zone. Though if you look below the second image has no smaller ‘views’, after you add the different sizes in the custom type you need to make sure to remove and re-add the images in the document to trigger the different ‘views’ to be created in the document.