• Resolved pfm

    (@pfm)


    Did a lot of rework the last weeks, but didn’t check on mobile so far. Checked my “new” gallery on iPhone 7 today and can’t get the album description readable as it seems there is only one row with 98% and 2% for the second row with the description. Does not help to turn the device and does not help to get rid of the sidebar. Is there a setting I didn’t see so far?

    https://fosm.de/galerie/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    There is not yet a proper way for the implementation of responsive cover images, but this is what you could do:

    Add to Table IV-A15 (Custom css):

    
    .coverphoto-frame {
    max-width:48%;
    }
    .coverphoto-frame img {
    height:auto !important;
    }
    .wppa-cover-text-frame {
    width:48% !important;
    }
    
    Thread Starter pfm

    (@pfm)

    Perfect! Thank you once more for the quick help.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    As per version 6.6.10 you can configure responsive cover images. See Table I-D5.x and Table I-D6.x
    If you do so, you should remove the custom css above.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Album Description on mobile device not readable’ is closed to new replies.