Jump to content

Gallery widget uses medium images?


The Honor Empire

Recommended Posts

Posted

Yes, if the image has the medium image, it uses it:

		{{if $image->medium_file_name}}
			<a href='{$image->url()}' title='{lang="view_this_image" sprintf="$image->caption"}' class='ipsThumb ipsThumb_bg ipsThumb_large' style='background-image: url("{file="$image->medium_file_name" extension="gallery_Images"}");'>
				<img src='{file="$image->medium_file_name" extension="gallery_Images"}' alt=''>
			</a>
		{{else}}
			<a href='{$image->url()}' title='{lang="view_this_image" sprintf="$image->caption"}' class='ipsNoThumb ipsNoThumb_video ipsThumb_bg ipsThumb_large'></a>
		{{endif}}

Template Gallery -> Front -> Widgets -> imageRow.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...