Forums

[resolved] Change Default Cropping Aspect Ratio (3 posts)

  1. leatherface416
    Member
    Posted 4 months ago #

    Hi,

    Within Scissors we have the option to change the cropping aspect ratio. At the moment, the default values are set to 4:3. Does anyone know where these can be changed? I found these two lines within scissors.php, but it didn't work after I changed them.

    $aspectX = isset($width) ? $width : 4;
    		$aspectY = isset($height) ? $height : 3;

    Thanks!

  2. leatherface416
    Member
    Posted 4 months ago #

    Stephan was able to assist me over at his blog specifically for Scissors. You can find the answer here:

    http://stephanreiter.info/2008/10/wordpress-plugin-scissors/comment-page-4/#comment-581

  3. stephanreiter
    Member
    Posted 3 weeks ago #

    There's a new option in the media settings for configuring this in Scissors 1.2.5.

Reply

You must log in to post.

About this Topic