Gifa11y 1.0.4
Fixed a bug where GIFs within collapsed content would not display because the <img>
tag will always have a clientWidth
and clientHeight
of 0
since it's not rendered content. Solution: added a fallback to use naturalWidth
and naturalHeight
for dimensions of generated canvas still of GIF.