Experimental project
This is a sandbox project, which contains experimental code for developer use only.
Responsive slider
=====================
The Responsive slider module has developed for integration of Responsive slider library (http://w3widgets.com/responsive-slider) with Drupal.
Module contains of views style plugin and field formatter for displaying slider in different ways.
Also, developers could use responsive slider-in-code by using my theme style.
You just need to define "items" and "show_rounds" variables in render array.
'responsive_slider' => array(
'variables' => array(
'items' => NULL,
'show_rounds' => NULL,
),
'template' => 'responsive_slider-list',
),
This module requires jquery update module and jquery 1.8+ library.
Responsive slider module requires last version of responsive_slider JavaScript library.
But, if it is absent in libraries, module uses last stable version in it.
Full functionality of responsive slider widget is avaliable with using of Twitter Bootstrap in theme.
Responsive slider module is sponsored by Door3 company (http://door3.com)
Project information
- Project categories: Integrations
- Created by anpolimus on , updated
