Changeset 844779
- Timestamp:
- 01/24/2014 08:34:53 PM (12 years ago)
- Location:
- gallery-slideshow
- Files:
-
- 2 edited
- 1 copied
-
tags/1.2 (copied) (copied from gallery-slideshow/trunk)
-
tags/1.2/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gallery-slideshow/tags/1.2/readme.txt
r842658 r844779 28 28 The plugin supports three optional shortcode attributes: 29 29 30 `[gss ids="1,2,3" name="myslideshow" options="timeout= auto" style="width:50%"]`30 `[gss ids="1,2,3" name="myslideshow" options="timeout=4000" style="width:50%"]` 31 31 32 32 *name*: Use this attribute to give slideshow(s) unique ids (applied to container `<div>`). Give each slideshow a unique name / id when displaying multiple slideshows on a single page. 33 33 34 *options*: This attribute can be used to override default slideshow options or set custom options. Attribute value uses query string format, e.g.: 'option1=value1&option2=value2' etc. Option names are in standard Cycle2 format *without 'data-cycle ' prefix*. [See the Cycle2 website](http://jquery.malsup.com/cycle2/api/#options) for documentation and supported options.34 *options*: This attribute can be used to override default slideshow options or set custom options. Attribute value uses query string format, e.g.: 'option1=value1&option2=value2' etc. Option names are in standard Cycle2 format *without 'data-cycle-' prefix*. [See the Cycle2 website](http://jquery.malsup.com/cycle2/api/#options) for documentation and supported options. 35 35 36 36 *style*: Inline CSS styles applied to the slideshow container. Outputted string is prefaced with "style=" and must contain standard "property:value;" syntax. … … 68 68 69 69 = 1.2 = 70 * Added options shortcode attribute for customized slideshows; default display changes (css); more robust Javascript functions including reentering of images after window load.70 * Added 'options' shortcode attribute for customized slideshows; default display changes (css); more robust Javascript functions including recentering of images after window load. 71 71 72 72 = 1.1 = … … 79 79 80 80 = 1.2 = 81 Plugin now supports optionsshortcode attribute for customizing slideshows; default display and functionality improved.81 Plugin now supports 'options' shortcode attribute for customizing slideshows; default display and functionality improved. 82 82 83 83 = 1.1 = -
gallery-slideshow/trunk/readme.txt
r842658 r844779 28 28 The plugin supports three optional shortcode attributes: 29 29 30 `[gss ids="1,2,3" name="myslideshow" options="timeout= auto" style="width:50%"]`30 `[gss ids="1,2,3" name="myslideshow" options="timeout=4000" style="width:50%"]` 31 31 32 32 *name*: Use this attribute to give slideshow(s) unique ids (applied to container `<div>`). Give each slideshow a unique name / id when displaying multiple slideshows on a single page. 33 33 34 *options*: This attribute can be used to override default slideshow options or set custom options. Attribute value uses query string format, e.g.: 'option1=value1&option2=value2' etc. Option names are in standard Cycle2 format *without 'data-cycle ' prefix*. [See the Cycle2 website](http://jquery.malsup.com/cycle2/api/#options) for documentation and supported options.34 *options*: This attribute can be used to override default slideshow options or set custom options. Attribute value uses query string format, e.g.: 'option1=value1&option2=value2' etc. Option names are in standard Cycle2 format *without 'data-cycle-' prefix*. [See the Cycle2 website](http://jquery.malsup.com/cycle2/api/#options) for documentation and supported options. 35 35 36 36 *style*: Inline CSS styles applied to the slideshow container. Outputted string is prefaced with "style=" and must contain standard "property:value;" syntax. … … 68 68 69 69 = 1.2 = 70 * Added options shortcode attribute for customized slideshows; default display changes (css); more robust Javascript functions including reentering of images after window load.70 * Added 'options' shortcode attribute for customized slideshows; default display changes (css); more robust Javascript functions including recentering of images after window load. 71 71 72 72 = 1.1 = … … 79 79 80 80 = 1.2 = 81 Plugin now supports optionsshortcode attribute for customizing slideshows; default display and functionality improved.81 Plugin now supports 'options' shortcode attribute for customizing slideshows; default display and functionality improved. 82 82 83 83 = 1.1 =
Note: See TracChangeset
for help on using the changeset viewer.