Load Thumbnail Images in Slider template
Permalink
Hi! How can I use thumbnail images in the concrete slider?
I am used to to this (to load thumbnail images in blogposts):
And then load the image
But in the Slider the images are loaded this way:
I could not find a solution. Any thoughts/ help?
Maarten
I am used to to this (to load thumbnail images in blogposts):
$thumbnail = $page->getAttribute('image_blog_post');
And then load the image
<img src="<?php echo ($thumbnail->getVersion()->getRelativePath()); ?>"/>
But in the Slider the images are loaded this way:
I could not find a solution. Any thoughts/ help?
Maarten
https://documentation.concrete5.org/developers/working-with-files-an...
Output