• Lhemmerich

    (@lhemmerich)


    I have solved this befor but I lost my child theme and can not seem to find what I did before
    The problem is photos from nextgen widget are being streched

    https://www.knottydog.com

    The above link shows the problem with the two photos at the bottom of the page.

    These are in side a plugin called widget on pages using the nextgen widget to replave the images

    I made some special css code I think or may have been in a pho edit

    Anyone have any ideas? THANKS FOR ANY HELP

    Larry

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Larry,

    Try adding this line to your style.css CSS:

    #random_images_from_photo_galleries img { height:auto;}

    That should make images in the random image widget have a proportional height to their width.

    If you’d like them to be side by side specify a width too:

    #random_images_from_photo_galleries img {
        height: auto;
        width: 45%;
    }
    Thread Starter Lhemmerich

    (@lhemmerich)

    That fixed it !! THANKS!

    Looks better now

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stretched Photos’ is closed to new replies.