Skip to content

Commit

Permalink
Merge pull request GalleriaJS#291 from amcintyre-cs/patch-1
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
davidhellsing committed May 22, 2013
2 parents d289fb1 + 811a739 commit 59606b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/options/imagePan.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ imagePan
| type: **Boolean**
| default: **false**
Galleri comes with a built-in panning effect.
Galleria comes with a built-in panning effect.
The effect is sometimes useful if you have cropped images and want to let the users pan across the stage to see the entire image.

Set ``imagePan`` to ``true`` to apply a mouse-controlled movement of the image to reveal the cropped parts.
This effect is useful if you want to avoid dark areas around the image but still be able to view the entire image.

Popular on many fashion websites.

If the panning becomes slow, you can control the smoothness ( and CPU ) using the image_pan_smoothness option.
If the panning becomes slow, you can control the smoothness ( and CPU ) using the image_pan_smoothness option.

0 comments on commit 59606b7

Please sign in to comment.