Closed TheDudeBMF closed 6 years ago
Not sure what's going on here - the key css attributes needed to make the photoswipe gallery go full screen are position: fixed;
, width: 100%;
, height: 100%;
, left: 0;
, and top: 0;
, and none of these have been overridden by your theme.
Have you had a look at the PhotoSwipe issues to see if anyone else had had a similar issue? If not, you can post a new issue there.
Otherwise you could try asking a question on StackOverflow.
Thanks for looking in to this! I will go to the PhotoSwipe issues and StackOverflow.
I’m implementing the Hugo Easy Gallery on my site but I have a problem with it in combination with the Dimension theme.
I run the gallery on this page: http://newsite.luckycharmtattoo.nl/#portfolio When I click one of the images, the gallery doesn’t go full screen, but it seems ‘caputered’ in the underlaying layer of the theme.
Because of this, the gallery doesn’t go to the center of the display and doesn’t scale. Does someone know how I can avoid this so the gallery works as good as on the authors website?