Parcourir la source

Update Readme.md.

NaotoshiFujita il y a 5 ans
Parent
commit
0ee1ed3d29
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -110,7 +110,8 @@ Here is a list of options and brief explanations. Visit [this page](https://spli
 * **fixedWidth**: Fix width of slides.
 * **fixedHeight**: Fix height of slides.
 * **heightRatio**: Determine height of slides by ratio to a slider width.
-* **autoWidth**: If true, slide width will be determined by the element width itself.
+* **autoWidth**: If true, slide width will be determined by the element width itself. This is for a horizontal slider.
+* **autoHeight**: If true, slide height will be determined by the element height itself. This is for a vertical slider.
 * **perPage**: Determine how many slides should be displayed per page.
 * **perMove**: Determine how many slides should be moved when a slider goes to next or previous page.
 * **clones**: Manually determine how many clones should be generated on one side.