[Mobile] fancybox display is broken #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fancybox initially has a transparent background for caption. Here, I made it white to have a kinda "museum" feel. It's tweaked right on desktop, but on mobile, the paintings are vertically centered and not positioned with the top of the viewport, making them cut down.
The issue does not appear when removing
<meta name="viewport" content="width=device-width, initial-scale=1">
. However, it's not an acceptable fix to just remove the mobile scaling.Pretty big issue that needs to be fixed.