vvvmax / unitegallery

Unite Gallery - Responsive jQuery Image and Video Gallery Plugin. Aim to be the best gallery on the web on it's kind. See demo here:
http://unitegallery.net
MIT License
531 stars 158 forks source link

wrong size after exit fullscreen #177

Closed simon1tan closed 6 years ago

simon1tan commented 6 years ago

I have the gallery in a flex grid set to 1fr. When loaded, everything look right. After clicking the button to see the image in fullscreen and exiting fullscreen, the gallery has shrunken to a very small size. Looking in the debugger, the height=500px and width=100%. After fullscreen and exiting fullscreen, these are changed height=100px and width=auto by the code.

simon1tan commented 6 years ago

Fixed using api.on("exit_fullscreen",function(){}