Articles


How to Create a Responsive slideshow using the Flexslider drupal Module?

How to Create a Responsive slideshow using the Flexslider drupal Module?



Posted byJibin Jose,1st Oct 2015

For one of our drupal site need Create a Responsive slide show. We can easily create slide show using the views slide show itself. For our case, we need a responsive slide. This is possible with by using the Flexslider drupal module without any custom coding.

First download an enable the quicktabs module for the same. We can download an enable the module using the drush command[drush en --y flexslider] or can download directly and extract the folder inside the module and enable the module by going inside the admin/modules. Also, enable the flexslider view slide show module also.

For the working of the flexslider slide show we need to add a library too. It's the flexslider library we can download the library from the github Download. After downloading the library add it inside the library folder. Also need to change the name to flexslider.


Also in the admin/config we can find a flexslider configuration also. Inside the Media we can find a flexslider link. There we can find various flexslider option for our need.

Related Articles