Fancybox 2 visible navigation arrows

后端 未结 2 1833
慢半拍i
慢半拍i 2021-01-03 21:55

Is it possible with Fancybox 2.0 to always keep the image gallery navigation arrows visible? Rather than just visible on hover.

2条回答
  •  旧时难觅i
    2021-01-03 22:12

    #fancybox-left-ico {
        left: 10px !important;
    }
    #fancybox-right-ico {
        left: auto !important;
        right: 10px !important;
    }
    

提交回复
热议问题