Viewing 2 replies - 1 through 2 (of 2 total)
  • I didn’t see ‘distorted;
    however, the last style at the bottom of style.css of your theme forces all slider images to be 100% wide.

    /* =Flex Slider
    -------------------------------------------------------------- */
    
    .flexslider ul.slides li img {
    	width: 100%;
    	height: auto;
    
    }

    try to remove this style temporarily; or comment the one line, like so:

    /*width: 100%;*/

    Thread Starter assisted

    (@assisted)

    ive also noticed a height issue. its cutting my images and not showing the full height of the image 🙁

    i just tried what you recommended and its not working 🙁 damn

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘images enlarged and distorted in galleries’ is closed to new replies.