Find more info on project page.
help @andrei_tofan
Requirements ¶
Yii 1.1 or above
Installation ¶
Copy the extracted files in protected/extensions
Usage ¶
$this->widget('ext.coinSlider.CoinSliderWidget', array(
'items' => array(
array(
'image' => 'http://workshop.rs/projects/coin-slider/games/prince_of_persia.jpg',
'alt' => 'Price of Persia',
'url' => 'http://www.princeofpersiagame.com/',
'info' => array(
'title' => 'Demo',
'text' => 'This is a demo.'
)
),
array(// without description
'image' => 'http://workshop.rs/projects/coin-slider/games/brink.jpg',
'alt' => 'Price of Persia',
'url' => 'http://www.princeofpersiagame.com/'
),
array(
'image' => 'http://workshop.rs/projects/coin-slider/games/games/borderlands.jpg',
'alt' => 'Price of Persia',
'url' => 'http://www.princeofpersiagame.com/',
'info' => array(
'title' => 'Demo',
'text' => 'This is a demo.'
)
)
)
));
Nice extension!!
This is exactly what I was looking for!
Resizing the widget
Is there any way to resize the coin-slider widget? I've look as the coin-slider-container CSS defined in 63, but this doesn't change the size of the images (the widget is resized, the images remain the same size).
resize
Me too ,any width and height properties?
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.