Magento 2 product image loading issue - image

I am using amazon s3 bucket for media storage. Currently issue with product image in category page. When I open same product then in detail page I will showing image but not shoing in category page.When I open category page then that image is not available in amazon storage but when open it as product detail page then that product is available in amazon storage.
/../catalog/product/cache/da8f4411c82d0ae20dfc66ebb373c6b1/a/i/ai-b.jpg
above is category image url
/../catalog/product/cache/b0a36a41272eec54033056592d1a7a40/a/i/ai-b.jpg
this one is of product detail page.
Both the image cache folder is different.
what is reason behind this?
Thanks in advance.
I already applied all command except image:resize.

Related

Hide small images of product on frontend Magento 2

I have Magento 2 and want to hide small images of the product that is added from the admin on frontend.
I have hidden the small image attribute from admin but want to hide it from front-end as well.
Add a single image to Product that is only one image to Product and on frontend you will not see the small images

How to use external urls for product images in Magento2

Need to display images for products without uploading on my server. I need to achieve:
Images are uploaded on another server
Images to be display on magento2 products
Is it possible that we add image URL attribute like: ImageURL1, ImageURL2 and import both the image URL while product upload and Call them on Magento2 Website.
Yes, you can add additional product attributes to store custom images from other server. But in order for them to be shown in your storefront, you'll need to adapt your product page templates, asking the product for this attributes and create the images with those URLs (when not empty values there).
Additionally if you'd like to serve all your media from a different server but only changing the domain part of the URL, you can use a CDN (content delivery network), which is supported by Magento out of the box, and can set setup in the Magento admin, menu STORES > Configuration > Web, groups "Base URLs" and "Base URLs (Secure)".
Hope that helps.

Custom magento product page

I want to develop product page like below image for my store is it possible in magento 1.9.x.x?
product page image

Load a URL of a photo to Magento's Shopping Cart

I have built a filter in my database that will deliver information to a Magento Website for shopping of our products. We have over 200,000 photos of our products loaded in Amazon's Cloud. Each photo has its own URL like this: https://s3.amazonaws.com/gigabitps/0-008-2-19-06-SU-52-00-19P31P-3.JPG
We may have several photos for one product that would be -1.JPG, -2.JPG, -3.JPG.
Can you advise on how to load a photo URL to Magento?
Magento's default behavior is to expect it to be in charge of your media (photo) files. If your goal is to have Magento simply contain a collection of photo URLs then you should research third party extensions, or your own custom extension.
It should be noted that if Magento has no control over the images then you'll lose a lot of its image functionality. Typically you load the original photos in Magento, then request them at whatever dimensions you need. Magento will generate and write a scaled image for these requests and update the URL accordingly.

Main product images lost while updating images cache in magento

I flushed catalog images cache from magento cache storage management . Now I have lost all product main images. Image thumbnails are there but i don't see main image for any of the product.
Any one else faced the same issue ?

Resources