Flexslider Plugin

I’ve converted the flexslider to a plugin for ease of use with our customers who want to create a slider with their repeatable images field.

The plugin can be downloaded here: https://drive.google.com/file/d/1CFU2_oBqe9PJBks8cT1VqMND8-ytDdVE/view?usp=sharing

As per usual to use this you will need to setup a structure like this

<div class="flexslider">
<ul class="slides">
 	<li><img src="slide1.jpg" /></li>
 	<li><img src="slide2.jpg" /></li>
 	<li><img src="slide3.jpg" /></li>
 	<li><img src="slide4.jpg" /></li>
</ul>
</div>

Then add the jquery for this to work.

// Can also be used with $(document).ready()
jQuery(window).load(function() {
  jQueyr('.flexslider').flexslider({
    animation: "slide"
  });
});

This can be added to a content template or a view.


Let us know if this snippet is not working for you:

This snippet doesn’t work
0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments