Skip to content

Commit 1ab6967

Browse files
authored
Merge pull request #454 from petems/patch-1
Typo fix
2 parents e1d2c5d + 213e8e7 commit 1ab6967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ gallery:
561561
- image-3.jpg "New York"
562562
- image-4.png "Paris"
563563
- http://i.imgur.com/o9r19kD.jpg "Dubai"
564-
- https://example.com/orignal.jpg https://example.com/thumbnail.jpg "Sidney"
564+
- https://example.com/original.jpg https://example.com/thumbnail.jpg "Sidney"
565565
comments: false
566566
showTags: true
567567
showPagination: true
@@ -691,7 +691,7 @@ E.g:
691691
|classes (optional)|You can add css classes to stylize the image. Separate class with whitespace. Tranquilpeak integrate many css class to create nice effects : <ul><li><strong>fancybox</strong> : Generate a fancybox image.</li><li><strong>nocaption</strong> : Caption of the image will not be displayed.</li><li><strong>left</strong> : Image will float at the left.</li><li><strong>right</strong> : Image will float at the right.</li><li><strong>center</strong> : Image will be at center.</li><li><strong>fig-20</strong> : Image will take 20% of the width of post width and automatically float at left.</li><li><strong>fig-25</strong> : Image will take 25% of the width of post width and automatically float at left.</li><li><strong>fig-33</strong> : Image will take 33% of the width of post width and automatically float at left.</li><li><strong>fig-50</strong> : Image will take 50% of the width of post width and automatically float at left.</li><li><strong>fig-75</strong> : Image will take 75% of the width of post width and automatically float at left.</li><li><strong>fig-100</strong> : Image will take 100% of the width of post width.</li><li><strong>clear</strong> : Add a div with `clear:both;` style attached after the image to retrieve the normal flow of the post.</li></ul>|
692692
|group (optional)| Name of a group, used to create a gallery. **Only for image with `fancybox` css class**|
693693
|src| Path to the original image.|
694-
|thumbnail (optional)| Path to the thumbnail image. If empty, the orignal image will be displayed.|
694+
|thumbnail (optional)| Path to the thumbnail image. If empty, the original image will be displayed.|
695695
|thumbnail-width (optional)| Width to the thumbnail image. If the thumbnail image is empty, width will be attached to thumbnail image created from original image. E.g : `150px` or `85%`.|
696696
|thumbnail-height (optional)| Height to the thumbnail image. If the thumbnail image is empty, height will be attached to thumbnail image created from original image. E.g : `300px` or `20%`.|
697697
|title (optional)| Title of image displayed in a caption under image. `Alt` HTML attribute will use this title. E.g : `"A beautiful sunrise"`.|

0 commit comments

Comments
 (0)