Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor webdorado

    (@webdorado)

    Dear Dimitris,

    It is due to the setting within your theme css img { width: 100%;}. To solve the issue please add the following code to your theme css or photo-gallery\css\bwg_frontend.css file:

    div[id^="bwg_container"] img {
     width: inherit !important;
    }

    Thread Starter cmagnet

    (@cmagnet)

    Thank you for your reply, but this is does not fix the issue. Open the link I’ve sent you and click on the 4th image (the umbrellas) and you will understand. Open the image in a new tab so you can see how the image is originally to understand the problem. The problem is on the popup, not on the thumbnails. The images are distorted when they are viewed individually in the popup.

    Plugin Contributor webdorado

    (@webdorado)

    Dear Dimitris ,

    We have understood your issue properly. We have tried to give you a code which will fix the issue. Since this doesn’t fix the issue we will require to have temporary full Admin access to check out why it is not working. You can send the details to [email protected]

    Hello! Adding

    .bwg_popup_image {
    width: inherit;
    }

    into photo-gallery\css\bwg_frontend.css file has helped.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Distorted images on popup’ is closed to new replies.