Silnei L Andrade Posted September 18, 2017 Share Posted September 18, 2017 Hi guys, I created a custom field of multiple image upload, but it displays the links to the images and I do not know how to make the template. Is there any tutorial or topic where users can share these templates or even a custom field template package to buy? My Custom template: Link to comment Share on other sites More sharing options...
Silnei L Andrade Posted September 18, 2017 Author Share Posted September 18, 2017 Searching i found this template for multiple uploaded images. If anyone need, it's here: <section data-controller='core.front.core.lightboxedImages' > {{$images = $record->customFieldDisplayByKey('gpsimgs', 'raw');}} {{foreach $images as $image_url}} <a class='ipsAttachLink ipsAttachLink_image' href='{$image_url}' > <img src='{$image_url}' class='ipsImage ispImage_thumbnailed' alt='$url' style='max-height: 34px'/> </a> {{endforeach}} </section> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.