Fancybox v3 apply

The newest version, made with mobile swipe in mind, and has a lot of features, like embed in iframe, creating thumbnails, showing videos or any html inside the modal window
From https://fancyapps.com/fancybox/3/

CodeFunctionName
What is this?

Public

Tested

Imported
<!-- 1. Add latest jQuery and fancybox files -- >
<script src="//code.jquery.com/jquery-3.3.1.min.js" > </script >
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css" / >
<script src="https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.js" > </script >


<!-- 2. Create links -- >
<a data-fancybox="gallery" href="big_1.jpg" > <img src="small_1.jpg" > </a >
<a data-fancybox="gallery" href="big_2.jpg" > <img src="small_2.jpg" > </a >


<!-- 3. Have fun! -- >

Views 2,482

Downloads 794

CodeID
DB ID