Open jsr4id opened 3 years ago
hmm, I didn't see it in the discussion - the notification didn't come. About the slider. Yes, you can't make a thumbnails. We need to think about how to add this, we need to somehow repeat the output of files
I will think about it and suggest a solution later
Any news about this?
@jsr4id in fact, I worked hard and forgot about it =) I honestly can not think of how it might look. Do you have any idea how this might look in terms of filling in the editor?
sketch out the code as you would write in the before and after section of the template. Maybe I can understand how to do it
I'm thinking something like this:
{forFilesStart}
<img class="thumb" src="{file}"/>
{forFilesEnd}
</div>
<ul class="dotnav">
{forFilesStart}
<li></li>
{forFilesEnd}
</div>
Hi,
first of all: I always write this topic in the disussion section here in the tracker. I will try it here.
I use the Quantom Manager extension. First of all, realy nice work and you have a good documentation about it! I'd like to realize a image slider with thumbnails via the embeded files button. Similar like this : https://mdbootstrap.com/snippets/jquery/ascensus/135500
Problem is, that the src="{file}" tag also need to be in the after section for the thumbnails. I thought i can do this with the Before and After template override.
Do You have an idea