how to make colorbox responsive

前端 未结 16 1113
情歌与酒
情歌与酒 2021-01-30 13:35

I am using colorbox in a responsive website.

I have a request : I wish that Colorbox automatically adjusts itself to the size and orientation of the screen / mobile devi

16条回答
  •  逝去的感伤
    2021-01-30 13:45

    In the jQuery.colorbox.js file just make this change

    line 24:-

    maxWidth: "100%",
    

    Don't make any other changes, all will be working fine with all responsive effect :)

提交回复
热议问题