Please note that Form2Content is no longer being developed. All files from the latest version can be found on Github.

Form2Content Forum

Questions and answers for Form2Content, a Joomla CCK.
  1. Mikhail Zoupas
  2. F2C article templating
  3. Monday, 16 May 2016
  4.  Subscribe via email
Hello and thanks in advance,

When templating galleyr output with {foreach from=$GALLERY_IMAGES...
is there a way to bring the thumbnail of the image?

Thank you

MZ
Accepted Answer
Accepted Answer Pending Moderation
Hi Mikhail,

Yes, you can add the thumbs/ in the path.
http://documentation.form2content.com/f2c-field-types/image-gallery-field

src="/{$GALLERY_URL_ABSOLUTE}thumbs/{$GALLERYIMAGE.FILENAME}"

And you know the width/height of the thumb so you can set that.

See example of first image: https://gist.github.com/Form2Content/0a445e240a343646d1ff

Regards,
Patrick
Please read the F2C documentation before asking questions! Thank you if you've done so ;)
Responses (1)


There are replies in this post but you are not allowed to view the replies from this post.