Skip to content

Commit

Permalink
updated README (one more time)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanlev committed Aug 18, 2011
1 parent 53cc2b6 commit 3be9481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -56,7 +56,7 @@ If you wish to be able to navigate the slides via code (for example, if you have

## Pagination Thumbnails

The thumbnails are dynamically created (note that this feature does not work in IE8 or lower). If you aren't using a CMS or other back-end code that will generate thumbnails for you, this will make your life a lot easier as you won't have to create separate smaller images for each slide. This functionality is slightly more advanced than the rest and requires a bit of CSS knowledge/experience to manipulate as desired. The pagination thumbnails functionality relies heavily on the transform: scale(x,y) CSS property and value. If this property is not applied, the 'thumbnails' will be the same size as the slides and therefore render it useless. This option is automatically disabled for browsers that don't support it, so it is safe to use for progressive enhancement.
The thumbnails are dynamically created (note that this feature does not work in IE8 or lower). If you aren't using a CMS or other back-end code that generates thumbnails for you, this will make your life a lot easier as you won't have to create separate smaller images for each slide. This functionality is slightly more advanced than the rest and requires a bit of CSS knowledge/experience to manipulate as desired. The pagination thumbnails functionality relies heavily on the transform: scale(x,y) CSS property and value. If this property is not applied, the 'thumbnails' will be the same size as the slides and therefore render it useless. This option is automatically disabled for browsers that don't support it, so it is safe to use for progressive enhancement.

## Customizing PlusSlider

Expand Down

0 comments on commit 3be9481

Please sign in to comment.