Product Animated GIF Images - Magento 2
It adds support for animated GIF images to the catalog in Magento 2 platform.
- The animated GIF images can be uploaded as normal image in Magento's product images section.
- It can be choosen whether to run image animation on page load or mouse hover on category/search pages.
Description
Shows 360 view of the product by simply uploading an animated GIF image with the product images section.
Overview - Product Animated GIF Images Magento-2 Extension
This Magento 2 extension adds missing support of GIF images in Magento system. Presently if you upload a GIF image to the product then its animation will be lost when it will be resized and displayed on the front of the website. So we have developed this extension to add this missing support.
How can this extension be beneficial to a store?
Displaying static images is not today's trend. Showing 360 view of the product to your customers lets them know exactly how the product looks from every side and they may now buy the product without any second thoughts.
Installation Instructions
- Uncompress downloaded ZIP file
- Under path 'app/code' on your server create path 'RedChamps/ProductGifImages'
- Upload content of ZIP file to directory 'app/code/RedChamps/ProductGifImages'
- Using SSH execute command at root of Magento 2 installation
- php bin/magento s:up --keep-generated
- php bin/magento c:f
- php bin/magento s:s:d
- php bin/magento s:di:compile
- We need PHP's ImageMagick extension installed on server. Please make sure it exists
- Change setting: Store > Configuration > Advanced > Developer > Image Processing Settings > Image Adapter to ImageMagick
Features
- Easy to install
- No manual settings, works as soon as it is installed
- Run animated image on product image hover on category pages
Reviews
Customer Reviews
- Rating
-
5
I recommend to other they can use this plugin for git image on catalog.
- Rating
-
5
Now we just need more time to create GIFs!
- Rating
-
4
By RedChamps Team: issue with product saving speed has been resolved in version 1.0.6
- Rating
-
5
- Rating
-
5
- Rating
-
5
Change Log
- [Bug Fix] Resolved "Notice: Array to string conversion" error in on of code file in latest Magento versions
- [Bug Fix] Disallowed image resize on frontend product page reload if resizing is configured via cron job
- Added Pre-Loader.
- Style changes