To use gifs in WordPress you need to insert the full size of the uploaded gif (the original size).
In the Media Box : Size: Full Size
Any other size you choose will not render because of how GD crops and re-sizes the photos, it does so by taking a single frame, to make it animated you would have to recomposite the frames, something which WordPress does not do.
If your featured image is not inserting the full size that means your theme ( or a plugin) is altering which size can be inserted into the post. You can check by clicking:
“Set featured image” –> Select your gif –> look at ATTACHMENT DETAILS and compare the size you see to the original image.
ps. As far as I can tell this is due to GD and not WordPress (though it is possible to code).
Related Posts:
- Posts vs. Pages
- How to add a custom class attribute into code wrapper? [duplicate]
- Include Recent Post in Category
- How to delete/customize imported demo content from a theme or add my own?
- Hiding title of selected post without plugins
- Automatically delete default posts and pages on theme install?
- Edit Page button is gone
- How to set something to added automatically to the post
- Thumbnail & Category link aside post
- Remove Content after
- How to include my own css in post
- Shortcodes on my website stops working after theme update [closed]
- Custom post types related to same custom post type?
- How do I insert a post with custom post type and relate it to a custom taxonomy?
- Dynamically switch template on click
- “about us”, ” contact” sections should be article(post) or page in the simple small Business website?
- Block editors annoying warnings
- Is it possible to customize the post according to post format in single.php?
- Customize rel=canonical tag for single blog post
- WordPress website loads more posts than expected
- a little direction on custom post type
- disable Tab post on nav-menus page (Admin)
- Format latest/newest post differently
- Custom taxonomy archive page problem
- Tell WP to use a specific template file in posts
- Is there a way to create a meta box that can be added multiple times to a post dynamically?
- relating business and products with custom taxonomy?
- Best Way to Add UnEditable HTML to Posts
- How safe is it to delete old posts edits to save database space?
- Two Custom Post Types with Identical Articles Competing for the same Slug
- Custom Post Type archive
- WordPress custom post type with folder structure in slug
- Using setup_postdata() with multi-dimensional array
- Is codex right on deleting post?
- Check if a custom post type has already been created
- WordPress Query Posts From Category Post on Static Page
- Edit multiple custom post types while saving a new or edited post
- Create a custom posts page
- How to identify and hide/remove an element from a WordPress page [closed]
- How to change the layout of posts when viewing all posts by tag [closed]
- How to add automatically bootstrap 4 order-lg-1 and order-lg-2 classes for columns in foreach loop based on the count?
- if in category but only with post meta
- How to get different Related Posts
- How to add convenient buttons for new custom post statuses
- Images showing up in Post Editor, but not in Published Post
- How to allow multiple thumbnail upload for Posts?
- Moving FB comments at the end of page
- add external project to web site wordpress on production
- How to create a page that shows the last 10 posts?
- Deleted a user with administrator rights. Now all the data/content/images are lost. how to recover them back
- $_GET parametters not working in an specific template
- Show custom post with custom categories with specific slug
- register_post_type permalink
- Custom Articles page only showing a limited number of posts per page
- Display the 2nd category name of a custom post type without error if its null?
- Getting Whitescreen when publishing a post [closed]
- Auto delete posts based on content text
- How to call posts under a specific category on static front page?
- Querying another post category to match current post and display in loop
- Custom home page with full post for first one only
- Custom Post Limit for homepage only without plugin?
- Display value of custom field at the beginning of a post
- l accidentally permanently deleted a Draft. There’s any way I can recover it?
- datepicker value in mysql
- Inserting an example of the last 3 post on to the homepage
- How do I link a Post Type to a Template in Masterplan?
- Change the background of each post according to the category
- Static pages not working
- Optimize CPT-function with a loop
- Add post tags to previously created custom post type
- Can WordPress handle following functionalities?
- Simple Custom Metabox Not Saving
- Get a term each custom post type
- Change default post style to columns
- Post titles and thumbnails as links to custom post types?
- Custom Post Type, post-formats associated to custom post type > 404 archives
- How to display only one category in a custom post type?
- Adding a custom post type meta field to rss
- How do I allow certain users to make a certain type of post?
- How to restore deleted post related with deleted users
- Help with listing current users submitted custom post type in template file
- Delete post from admin but not from database
- Custom Post Type Single Loop Outputting Wrong Post
- add_rewrite_rule and template redirect not working
- Page of posts made to look like homepage
- Getting post and attached image from subdomain
- Custom post type slideshow background images to insert in a plugin
- Organization of time insensitive content
- Custom Select Query – Selecting the Year?
- Deleting old posts
- How To Use Custom Tax of a Post Type
- How to output all taxonomy links from a custom post type in a menu?
- Can I style single post that are in multiple catergories?
- Trying to exclude custom posts based on date, while sorting by custom field
- WordPress Post Deletion Issue
- How Can I Always Display A Particular Post First Using WP_Query?
- What would causes search to return incorrect results?
- Help on conditional statement to accompany wp_insert_post function please?
- Changing permalink of WordPress
- MySQL: Possible to replace all of wp_posts.post_content(id#) via UPDATE + REPLACE + SELECT?