Its very simple to install and start using our wordpress plugin.
We will show you with video tutorials how to make it live
We STRONGLY recomend update your Wordpress blog to latest wordpress version. Our plugin can work incorrectly with some very old wordpress version.
Now we will show you some few tutorials how to work and setup slideshow
Default setting will be used if you will not add such parameter to shortcode.
For example: if in Settings you have default width = 420 and you place [wpgallery] shortcode
without 'width' parameter so plugin will use default width 420. But if you will use
[wpgallery width="500"] so real width will be 500
Just place 2 rows:
To dispaly() function you can post array() of parameters.
Example: echo $wpgallery_frontend->display( array("width"=>500,"height"=>300) );