I’ve created some custom thumbnail with the new uploads preferences in the file manager, uploaded an image and have created that thumb image. But when I use the short name as a variable in a template… nothing happens. Is there some special way to display these custom thumbnails that I’m missing or isn’t shown in the user guide? All the user guide says in regards to this is “put the short name in your template and it works!” which doesn’t seem to be the case.
Example code:
{exp:channel:entries channel="gallery_images" dynamic="no"}
thumbnail: {listing} <br/>
source img: {gallery_img}
{exp:channel:entries}
The {listing} is the thumbnail short name and does nothing, but the source image brings up it’s file path normally.
