Forum

Thread tagged as: Question

Add, Resize and Crop Images in existing websites Image Gallery.

Hello,

I currently have an existing website with an image gallery. I would like my customer to be able to add, resize and crop images to the existing image gallery using perches CMS. The cropped image size would be 650px by 400px;

Any instruction and/or documentation on how to do this will be helpful.

Thank you,

Aaron

See code below.


<div id="element105"> <!-- Start WOWSlider.com BODY section --> <div id="wowslider-container1"> <div class="ws_images"> <ul> <li><img src="data1/images/artfair2013.jpg" alt="Art-Fair-2013" title="Art-Fair-2013" id="wows1_0"/></li> <li><img src="data1/images/ribboncutting.jpg" alt="Ribbon-Cutting" title="Ribbon-Cutting" id="wows1_1"/></li> </ul> </div> <div class="ws_bullets"> <div> <a href="#" title="Art-Fair-2013"><img src="data1/tooltips/artfair2013.jpg" alt="Art-Fair-2013 Thumbnail"/>1</a> <a href="#" title="Ribbon-Cutting"><img src="data1/tooltips/ribboncutting.jpg" alt="Ribbon-Cutting Thumbnail"/>2</a> </div> </div> <!-- Generated by WOWSlider.com v5.5 --> <a href="#" class="ws_frame"></a> <div class="ws_shadow"></div> </div> <script type="text/javascript" src="engine1/wowslider.js"></script> <script type="text/javascript" src="engine1/script.js"></script> <!-- End WOWSlider.com BODY section --> </div>
Aaron Storm

Aaron Storm 0 points

  • 7 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

You need a template tag with type="image" - the attributes are named pretty much as you'd expect and can be found here: https://docs.grabaperch.com/docs/templates/attributes/type/image/

Hi Aaron,

Just been searching for exactly what you have asked using WOW slider and perch. Did you manage to get this to work? As I am about to use this for a client as well.

Any help would be great on this.

Cheers

Mickey