Forum

Thread tagged as: Question, Gallery

Gallery - republish size

I am re-designing an old perch site and would like to change the size of the Gallery images for listing:

In image.html I currently have:

<perch:gallery id="image" type="image" key="main"  width="640" height="480"/>
<perch:gallery id="image" type="image" key="small" width="125" height="100" crop="true" />
<perch:gallery id="image" type="image" key="thumb" width="30" height="30" crop="true" />

I'd like to add:

<perch:gallery id="image" type="image" key="medium"  width="640" height="480" crop="true"/>

Is there a way to 're-publish' all images to create this new size?

Simon Clay

Simon Clay 127 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Not currently, which is a bit rubbish. We're working on a better way to handle this.

I'm in the process of doing the same thing. TBH it saved my ass that the old images and template sizes were not disturbed by the new image template with significant ratio and size changes. Meant that the site could grow and adapt with the new page layouts.

I was just going to ask this question. Damn :/