灯箱上一个 下一个 位置更改
我正在使用灯箱幻灯片,它工作正常,其中还有“下一个-上一个”按钮。但我希望它显示在图像的底部,而且目前只有当我将鼠标悬停在图像上时它才会显示,有什么方法可以永久显示它。
我正在使用 Lightbox v2.04。
I am using lightbox slideshow and it is working fine, there is Next-Prev button also in that. But I want it to show at the bottom of the image and also currently it will show only when I mouseover the image, is there any way to show it permanently.
I am using Lightbox v2.04.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将此用作灯箱的调用:
.lightBox({fixedNavigation: true });
Use this as calling for the lightbox:
.lightBox({ fixedNavigation: true });