You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tiny issue I have with gallerydeluxe is that right clicking an opened image and selecting "open image in new tab" opens a small preview image, instead of the full image.
The preview image is made invisible with opacity: 0; but it stays in front of the full image.
Maybe pointer-events: none could be added to the preview image in addition to opacity: 0;?
The text was updated successfully, but these errors were encountered:
Hey, I love hugo and gallerydeluxe.
A tiny issue I have with gallerydeluxe is that right clicking an opened image and selecting "open image in new tab" opens a small preview image, instead of the full image.
The preview image is made invisible with
opacity: 0;
but it stays in front of the full image.Maybe
pointer-events: none
could be added to the preview image in addition toopacity: 0;
?The text was updated successfully, but these errors were encountered: