I am using viewer.js for a client..I had it set up to where they could upload pdf files to this iframe container easily with the help of course of this community and KK..However today upon using it the editor uploads her pdf files one page at a time...As the PDF viewer works great it isnt capable of this so it just overwrites each page to allow only one page inside the iframe.Is it possible to set a repeatable region around or somehow to let my client upload individual pdf pages but end up in the same container>? I will also need to set up another viewer.js container for them to upload their pdf pages as well..In the image you can see what happened upon setting the repeatable around the whole iframe,which I knew would happen,but not knowledgeable enough to figure it out
I've used flexslider and this works pretty well:
- Code: Select all
<div class="flexslider">
<ul class="slides round">
<cms:show_repeatable 'SliderHome' >
<cms:if ImageSlider>
<li class="">
<img src="<cms:show ImageSlider />" alt="<cms:show TitleSlider />"/>
<div class="flex-caption">
<h3><cms:show TitleSlider /></h3>
<p><cms:show SubTitleSlider /></p>
</div>
</li>
</cms:if>
</cms:show_repeatable>
</ul>
</div>
You need to get the js file loaded and that kind of stuff, but it should do the trick