optrex
Well-known member
I notice in 1.1.4 the rss was modified to the thumbnail.
How do I revert this to be the full image size?
I know I need to change this section and in particular $media.thumbnailUrl and xengalleryThumbnailDimension.height and xengalleryThumbnailDimension.width but I'm not sure of what value to put there due to needing a full URL.
How do I revert this to be the full image size?
Code:
<a href="{xen:link 'canonical:xengallery', $media}">
<img src="{xen:helper fullurl, $media.thumbnailUrl, true}" alt="{$media.filename}" title="{$media.media_title}" width="{$xenOptions.xengalleryThumbnailDimension.width}" height="{$xenOptions.xengalleryThumbnailDimension.height}" />
</a>
I know I need to change this section and in particular $media.thumbnailUrl and xengalleryThumbnailDimension.height and xengalleryThumbnailDimension.width but I'm not sure of what value to put there due to needing a full URL.