WPBuddy / largo

A WordPress framework for news websites. Finely-crafted by INN and expertly-honed and maintained by the technology team at WP Buddy.
http://largo.wpbuddy.co
GNU General Public License v2.0
171 stars 83 forks source link

animated GIF support for featured media #1391

Open aschweigert opened 7 years ago

aschweigert commented 7 years ago

right now it just shows a static piece of the GIF (probably smart for performance reasons), is there a way we can support actual animation in featured images in some limited/sane way?

rclations commented 7 years ago

Resizing gifs is a known issue in WP Core - https://core.trac.wordpress.org/ticket/28474 Single post view does show the animated gif properly - it's the other views (most notably, homepage) where the image is automatically resized.

Before we go further on this ticket, I'd like to learn how other themes handle this -

Next steps:

benlk commented 5 years ago

Let's wait for Core's support here.