To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Changeset 1772 for sandboxes

Show
Ignore:
Timestamp:
07/16/10 12:34:12 (19 months ago)
Author:
tboutell
Message:

Better example constraints for cropping

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandboxes/asandbox/branches/features/cropping/apps/frontend/modules/a/templates/homeTemplate.php

    r1539 r1772  
    3232  'type_options' => array( 
    3333                'aRichText' => array('tool' => 'Main'),          
    34                 'aSlideshow' => array("width" => 720, "height" => 360, 'resizeType' => 'c', "constraints" => array("aspect-width" => 720, "aspect-height" => 360)), 
     34                // Spike put a fixed aspect ratio in here to demonstrate cropping features 
     35                'aSlideshow' => array("width" => 720, "height" => 360, 'resizeType' => 'c', "constraints" => array("minimum-width" => 720, "minimum-height" => 360, "aspect-width" => 2, "aspect-height" => 1)), 
    3536                'aVideo' => array("width" => 720, "height" => 360, 'resizeType' => 'c'), 
    3637                'aImage' => array("width" => 720, "height" => 360, 'resizeType' => 'c'),