I tried the following code down here in the template of my photoalbum. Unfortulately it fails with:<br><br>"The method setDetailImageScaler(CmsImageScaler) from the type 
CmsPhotoAlbumConfiguration is not visible"<br><br>Anybody got a hint for me... :-) ?<br><br>Best regards,<br>Yves<br><br><br><i>CmsImageScaler scaler = new CmsImageScaler();<br>scaler.setQuality(90);<br>scaler.setType(2);<br>

scaler.setCropArea(0,0,80,80);<br><br><br>CmsPhotoAlbumConfiguration configuration = new CmsPhotoAlbumConfiguration();<br>configuration.setDetailImageScaler(scaler); <span style="color: rgb(255, 0, 0);">// it fails here</span><br>

<br>cms.setConfiguration(configuration);<br>//cms.getConfiguration().getDetailImageScaler().setType(2);<br>//cms.getConfiguration().getDetailImageScaler().setCropArea(0,0,80,80);<br><br></i>...<br><br>cms.displayAlbum();<br>

<br><br><br><br><div class="gmail_quote">On 6 July 2010 09:57, Yves Glodt <span dir="ltr"><<a href="mailto:yg@mind.lu">yg@mind.lu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Bumping...<br><br>In fact, to clarify, I need to show the images in the gallery overview in a square shape (100x100px), not rectangle.<br><br>Doing some research I found that I can probably edit the template used for the photo album and create a custom instance of CmsImageScaler.<br>


<br>Is that possible? Are there any examples around?<br><br>Best regards,<br><font color="#888888">Yves</font><div><div></div><div class="h5"><br><br><div class="gmail_quote">On 22 June 2010 10:28, Yves Glodt <span dir="ltr"><<a href="mailto:yg@mind.lu" target="_blank">yg@mind.lu</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hello,<br>
<br>
is it possible to have the photoalbum crop the images in the overview?<br>
(I have a situation where the overview should have square images only.)<br>
<br>
Best regards,<br>
<font color="#888888">Yves<br>
</font></blockquote></div><br>
</div></div></blockquote></div><br>