Plugin Directory

Changeset 844779


Ignore:
Timestamp:
01/24/2014 08:34:53 PM (12 years ago)
Author:
jethin
Message:

re-tagging version 1.2

Location:
gallery-slideshow
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • gallery-slideshow/tags/1.2/readme.txt

    r842658 r844779  
    2828The plugin supports three optional shortcode attributes:
    2929
    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%"]`
    3131
    3232*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.
    3333
    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.
    3535
    3636*style*: Inline CSS styles applied to the slideshow container. Outputted string is prefaced with "style=" and must contain standard "property:value;" syntax.
     
    6868
    6969= 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.
    7171
    7272= 1.1 =
     
    7979
    8080= 1.2 =
    81 Plugin now supports options shortcode attribute for customizing slideshows; default display and functionality improved.
     81Plugin now supports 'options' shortcode attribute for customizing slideshows; default display and functionality improved.
    8282
    8383= 1.1 =
  • gallery-slideshow/trunk/readme.txt

    r842658 r844779  
    2828The plugin supports three optional shortcode attributes:
    2929
    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%"]`
    3131
    3232*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.
    3333
    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.
    3535
    3636*style*: Inline CSS styles applied to the slideshow container. Outputted string is prefaced with "style=" and must contain standard "property:value;" syntax.
     
    6868
    6969= 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.
    7171
    7272= 1.1 =
     
    7979
    8080= 1.2 =
    81 Plugin now supports options shortcode attribute for customizing slideshows; default display and functionality improved.
     81Plugin now supports 'options' shortcode attribute for customizing slideshows; default display and functionality improved.
    8282
    8383= 1.1 =
Note: See TracChangeset for help on using the changeset viewer.