HTML Attribute rel Errors using fancyBox

后端 未结 6 960
青春惊慌失措
青春惊慌失措 2020-11-28 11:25

I\'m using fancyBox to create a gallery with the following code:




        
6条回答
  •  無奈伤痛
    2020-11-28 11:59

    If you want to have a fancybox gallery within a valid HTML document (just because we are all purists ;) then you need two things:

    1: An HTML5 DOCTYPE

    
    

    2: use the data-fancybox-group attribute rather than the rel attribute like:

    
    

    That validates!! ... see sample here

    NOTE: this is for fancybox v2.x

提交回复
热议问题