I try to upload gif from admin panel of Magento2 for a feature, but it is not looping gif but a jpg at the frontend. Looking for your advices which is also ok for Cache Why dosent the uploaded Gif animated ? why isnt it looping ?
1
There are 1 best solutions below
Related Questions in MAGENTO
- Magento custom block. Can't get block's file
- About HTTP_HOST & PHP_SELF
- getSummaryQty() is not working properly magento
- Magento adding configurable product to cart programmatically
- Magento with SSL + Varnish
- Magento returns 404 page randomly
- Highlight current link on navigation bar
- Redirect in CheckOut
- Merging Magento and Dreamweaver, Xampp
- Magento add grouped product to cart as a single item
- Rewrite inline css to work on smartphone
- Insert order into magento manually
- php script to fix text in magento
- Overriding product list in magento
- How to remove unassigned images from products in magento?
Related Questions in GIF
- C++ Qt How do you make a label display a movie (gif) that you created using the form?
- How can I add a transparent tkinter image in Python 3.3.2?
- How can I convert PNG to GIF keeping the transparency?
- How to display an animated GIF?
- Tracing out the motion of a double pendulum in gnuplot (and gif conversion)?
- How to resize gif with standard php functions without losing the animation
- What is the most efficient method to make gifs from images using PHP?
- Put a gif in JOptionPane
- Getting path of local image instead of URL Android
- Display animated .gif from URL in JLabel
- Show GIF file with Glide (image loading and caching library)
- Why there's some "noise" around the edge of my loading gif on my website?
- Change Contact Form 7 "SUBMIT" text with animated gif AFTER clicked
- swift Export CAShapeLayer animation to gif
- How to implement animated mask in SVG animation
Related Questions in MAGENTO-2.0
- Magento 2 - REST API PUT product
- Newsletter in magento 2.1.0
- How to get thumbnail image in magento 2
- Magento Gif upload
- Magento 2 products not being added to cart
- Magento 2: Add Image to the Customer Account Navigation Menu
- Magento 2 loading google fonts using Web Font loader
- Magento 2 checkout_onepage_controller_success_action event not fired
- I am facing jquery uncaught error while using google analytics code for pdf
- how to update layout xml in Magento 2
- Magento 2 webapi INR error While place order
- How to call block functions in phtml file in magento 2?
- Magento 2 - How to override block template
- Not getting value from my own custom extension in magento
- Version upgrade magento 2 to magento 2.0.2 error
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
When you upload images to Magento i the Wysiwyg editor. it "prepares" your images for frontend. By doing so a version of the image is stored in cache preparation.
The function that handles this is not compatible with the .gif format, and therefore i takes the first image in the row of images contained in the .gif file.
You can upload you image with a FTP client like Filezilla or through Cpanel, and overwrite the gif you already uploaded. that way the function is not run on your file, and you will keep your animated image. There is also modules that makes the Wysiwyg editor compatible with the .gif format, for more permanent soloutions.