ctrl-freaks / freezeframe.js

freezeframe.js is a library that pauses animated .gifs and enables them to animate on mouse hover / mouse click / touch event, or with trigger / release functions.
http://ctrl-freaks.github.io/freezeframe.js/
MIT License
1.41k stars 111 forks source link

Freezframe Gifs are not resizing in react js #152

Open yadav-rohit opened 1 year ago

yadav-rohit commented 1 year ago

I was working on one of my react projects and was using react-freezeframe and wanted the gif to expand and cover the whole div which has a custom size. I tried to find docs but was not able to find and also tried to add responsive false in options but it didn't work

pwong09 commented 1 year ago

That sounds like a CSS issue, do you want to share your current code?