Fullscreen on chrome does not work
As @alxber and @Johannes found out, fullscreen mode of our gallery results in a black screen.
Together we found out that chrome does handle width: 100%
and height: 100%
in an other way than Firefox. Changing the CSS to use height: 100vh
and width: 100vw
in fullscreen mode seems to fix the issue and it is working with Firefox and Chrome.