Skip to content

Next/Previous image overlap main image #18

Description

@bmomjian

On small screens like mobile phones, when viewing a main image (not an index of images), the next/previous images appear on top of the main image. I was able to make next/previous images invisible if they overlap the main image by adding this to SHARED_basic.css:

div#image_img img {
                position: relative;
                z-index: 1;
}

This is for lazygal version 0.10.2.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions