Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter originald

    (@originald)

    I have found that this issue happens on screens with a lower resolution or if you resize the browser window and the column becomes too small for the picture.

    Does anybody know of an easy way to set the thumbnails to simply be 100% the width of the content area/column to make the images stay in the boundaries when resizing or on smaller devices?

    With a set pixel size, this bug is showing up for a lot of people on older computers or when viewing on most mobile phones.

    Thanks! ??

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    There will never come a regular way inside wppa to make thumbnails responsive, but you can try with overriding css in Table IV-A15 like:

    .thumbnail-frame, .wppa-tn-img-container, .wppa-tn-img-container img {
    width: 100% !important;
    height: auto !important;
    }

    ( Maybe not complete, i did not completely test it, but it is a way you could come close )

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Users reporting visual bug.’ is closed to new replies.