Viewing 1 replies (of 1 total)
  • Plugin Author zitscher

    (@zitscher)

    Hi there!
    This is actually not an error but intentional behaviour. If you would like to change this you need to change some styles in your local custom-gallery.php inside the plugin

    @media (max-width: 480px) {
        #{$selector} {
            -moz-column-count: 2 !important;
            -webkit-column-count: 2 !important;
            column-count: 2 !important;
        }
    }

    Just change the column count to 1 and you are all set!

    Hope I could help.

Viewing 1 replies (of 1 total)

The topic ‘Bug with gallery from phone view’ is closed to new replies.