Hi Andry,
you can use Asset Manager to create thumbnails and save them with a
new name. Whenever I upload a file to the gallery, I start an RQL
Script that creates <FILENAME>_th.jpg for me and later on adds it to
the text element. The result is something like this...
<div class="gallery">
<!-- Begin text element -->
<ul>
<li><a href="img01.jpg"><img src="image01_th.jpg" /></a></li>
<li><a href="img02.jpg"><img src="image02_th.jpg" /></a></li>
<li><a href="img03.jpg"><img src="image03_th.jpg" /></a></li>
</ul>
<!-- End text element -->
</div>
Kind regards,
Boris
--
http://www.crismancich.com
On 15 Aug., 21:59, Jian Huang <[email protected]> wrote:
> Hi Boris,
>
> Very good suggestion, but would one have trouble generating thumbnails
> with the simpler method?
>
> -Jian
>
> On Aug 15, 1:20 pm, Boris Crismancich<[email protected]> wrote:
> > Hi Andry,
>
> > I would recommend something way more simple.
>
> > Have a look at all the jQuery lightbox galleries. The're looking
> > great, provide good usability and most of them are based on a single
> > <UL> with anchors and images in them.
> > Create a plugin and save the HTML Code to a text element. Using the
> > jQuery sort mechanism you can even sort way more comfortable than you
> > could using CMS functionality.
> > Even deleting is just a click away. And if you use versioning, you can
> > even go back to previous versions.
>
> > Cheers,
> > Boris
> > --www.crismancich.com
--
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reddot-cms-users?hl=en.