orbitslider A Images Slider - With Images Count and Navigation Horizental and Vertical Images Slider

  1. Requirements
  2. Usage
  3. Resources

This extension could be used to create a slider of Images to display in horizontally and vertically.

This is based on Orbit Slider.

http://www.zurb.com/playground/jquery_image_slider_plugin

Requirements

Yii 1.1.5

Usage

Copy the OrbitSlider folder to the extensions

$this->widget('application.extensions.OrbitSlider.OrbitSlider',
              array(
                    'images'=>array(
                        array(
			'img'=>'images/banner/banner_1.png',
			 'url'=>'url',
			), 
                        array(
			'img'=>'images/banner/banner_2.png',
			 'url'=>'url2',
			), 
                        array(
			'img'=>'images/banner/banner_3.png',
			 'url'=>'url3',
			),                     
                    ),
                    'slider_options'=>array(
                        'width'=>'1000',
                        'height'=>'330',
                        'animation'=>'horizontal-slide',
                        'bullets'=>true,
                     ),
              )

                
);

Resources

...external resources for this extension...

5 5
12 followers
2 087 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: PeRoChAk
Created on: Dec 29, 2010
Last updated: 13 years ago

Downloads

show all

Related Extensions