• Resolved doublesharp

    (@doublesharp)


    Is it possible to resize images without cropping them? All of the photos on my site are larger than the width/height that is set, however they are also all have different dimensions. Is there any way to have them scaled down to fit within the width and height and then given a matting if the dimensions do not match those from the settings?

    Thanks!

    http://wordpress.org/extend/plugins/easy-gallery-slider/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter doublesharp

    (@doublesharp)

    Nevermind, that is the default. Not sure how I missed that… d’oh!

    Thread Starter doublesharp

    (@doublesharp)

    Actually, un-nevermind. I was able to get it to work by selecting “Enlarge to Fill” for small images, and then in the plugin code added

    else {
    	$tt_opts .= '&zc=2';
    }

    on line 103 of easy-gallery-slider.php

    Is there a more appropriate way to achieve this?

    Plugin Author iNexi

    (@inexi)

    I agree there needs to be control over cropping for “larger” images.

    Look for it in the next update.

    Hi, your plugin is amazing and I use doublesharp’s code to resize images without cropping. Is it possible to stick horizontal pictures to top? Right now they are vertically centered..

    Ok, I figured it out

    else {
    	$tt_opts .= '&zc=3';
    }

    on line 103 of easy-gallery-slider.php

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Easy Gallery Slider] Resize/Scale without cropping’ is closed to new replies.