-
Notifications
You must be signed in to change notification settings - Fork 3
Hide images
sensorario edited this page Sep 21, 2011
·
1 revision
If you want, you can also hide some image with "visible" option. By default visible is set to true.
widget('ext.lyiightbox.LyiightBox2', array( 'smallest' => '/path/to/thuimb/images.jpg', 'biggest' => '/path/to/biggest/image.jpg', 'title' => 'Sample Image 1.' )); $this->widget('ext.lyiightbox.LyiightBox2', array( 'smallest' => '/path/to/thuimb/images.jpg', 'biggest' => '/path/to/biggest/image.jpg', 'title' => 'Sample Image 1.', 'visible' => false )); ?>