Skip to content

Gifa11y 1.0.4

Compare
Choose a tag to compare
@adamchaboryk adamchaboryk released this 07 Jan 19:49
· 34 commits to main since this release

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.