equalizedigital / accessibility-checker

GNU General Public License v2.0
14 stars 8 forks source link

Image Animated GIF doesn't flag on the featured image #201

Closed amberhinds closed 1 year ago

amberhinds commented 1 year ago

If an animated GIF is set as the featured image, it's not flagging the warning.

boonedev commented 1 year ago

Could you attach the animated gif that isn't being flagged? This one seems to work, so wondering if it's related to the image? ezgif-2-eff943509f

Screenshot 2023-07-06 at 10 28 51 AM
boonedev commented 1 year ago

I've added checking for webP animations in case that was the cause.

amberhinds commented 1 year ago

I copied the page to https://nasa-gov-preprod.go-vip.net/page-with-featured-image-as-animated-gif/

GitHub says the image is to big to upload.

boonedev commented 1 year ago

Images with query string params in their src weren't being evaluated. PR should fix.

amberhinds commented 1 year ago

Great, thanks.