Jssor可定制
Jssor Customizable
我正在使用 Jssor 滑动相册,但我需要了解一些要点:
1 - I need to have 4 albuns how can I switch from album to album by 4 buttons I have on right of the images
2 - I need to configure the squares of the navigator to appear bellow each button of the album
3 - Have the legend of each image appear below the image.
我需要这样设置:
http://www.hugogomes.pt/demos/demo.jpg
Thanks in advance for any tips.
- 鉴于您有 4 个滑块和 4 个按钮(按钮是您自己的外部滑块),使 1 个滑块可见,另外 3 个隐藏。检测按钮的点击并切换滑块以显示。
- 导航器的位置可调。请注意 'slides' 容器和导航器容器在 'outer container' 中。您可以调整 'slides' 容器和导航器容器的位置 (style="...top: ...px; left: ...px;")。
参考:http://www.jssor.com/development/tip-arrange-layout-adjust-size.html
- 每张幻灯片的内容都可以完全自定义。您可以将幻灯片 html 定义为
参考:http://www.jssor.com/development/define-slides-html-code.html
答案在 JSSOR 网站上的 TIP 上。
项目符号的答案位于:http://www.jssor.com/development/slider-with-bullet-navigator-jquery.html
字幕答案位于:http://www.jssor.com/development/slider-with-caption-jquery.html
所有其他事情都是 CSS 代码的问题。
感谢您的提示。
我正在使用 Jssor 滑动相册,但我需要了解一些要点:
1 - I need to have 4 albuns how can I switch from album to album by 4 buttons I have on right of the images
2 - I need to configure the squares of the navigator to appear bellow each button of the album
3 - Have the legend of each image appear below the image.
我需要这样设置: http://www.hugogomes.pt/demos/demo.jpg
Thanks in advance for any tips.
- 鉴于您有 4 个滑块和 4 个按钮(按钮是您自己的外部滑块),使 1 个滑块可见,另外 3 个隐藏。检测按钮的点击并切换滑块以显示。
- 导航器的位置可调。请注意 'slides' 容器和导航器容器在 'outer container' 中。您可以调整 'slides' 容器和导航器容器的位置 (style="...top: ...px; left: ...px;")。 参考:http://www.jssor.com/development/tip-arrange-layout-adjust-size.html
- 每张幻灯片的内容都可以完全自定义。您可以将幻灯片 html 定义为 参考:http://www.jssor.com/development/define-slides-html-code.html
答案在 JSSOR 网站上的 TIP 上。
项目符号的答案位于:http://www.jssor.com/development/slider-with-bullet-navigator-jquery.html
字幕答案位于:http://www.jssor.com/development/slider-with-caption-jquery.html
所有其他事情都是 CSS 代码的问题。
感谢您的提示。