MG 2.1 A way to embed thumbnail?

frm

Well-known member
I see that we can embed images, but when I do:
Code:
[GALLERY=media, 83][/GALLERY]

It embeds a resized (by attributes/CSS) picture of the original 24-megapixel image. But, we have a setting to create thumbnails. Is it possible to do something like:
Code:
[GALLERY=media, 83]thumbnail[/GALLERY]

Where it'd pull the dimensions I set in the settings (max 300x300) and embed the 300px image instead?

Or would this require custom development?
 
There isn't a setting for this. It may be possible by modifying the xfmg_gallery_bb_code_media template to display the thumbnail value instead, though I haven't investigated it in detail.
 
Top Bottom