Find more info on project page.
help @andrei_tofan
Yii 1.1 or above
Copy the extracted files in protected/extensions
$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.' ) ) ) ));
Total 3 comments
Me too ,any width and height properties?
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).
This is exactly what I was looking for!
Leave a comment
Please login to leave your comment.