Changeset 1846 for sandboxes/asandbox/branches/features/cropping/apps/frontend/modules/a/templates/homeTemplate.php
- Timestamp:
- 07/23/10 16:12:09 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
sandboxes/asandbox/branches/features/cropping/apps/frontend/modules/a/templates/homeTemplate.php
r1772 r1846 33 33 'aRichText' => array('tool' => 'Main'), 34 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)),35 'aSlideshow' => array("width" => 720, "height" => 360, 'resizeType' => 'c', "constraints" => array("minimum-width" => 720, "minimum-height" => 360, "aspect-width" => 720, "aspect-height" => 360)), 36 36 'aVideo' => array("width" => 720, "height" => 360, 'resizeType' => 'c'), 37 37 'aImage' => array("width" => 720, "height" => 360, 'resizeType' => 'c'),

