Skip to content

Instantly share code, notes, and snippets.

@helinsv
Created June 23, 2017 13:31
Show Gist options
  • Select an option

  • Save helinsv/918c8f42c185956c6be23a97255edac2 to your computer and use it in GitHub Desktop.

Select an option

Save helinsv/918c8f42c185956c6be23a97255edac2 to your computer and use it in GitHub Desktop.
fancybox
loadCSS( "libs/fancybox/jquery.fancybox.css");
{"src" : "libs/fancybox/jquery.fancybox.pack.js", "async" : false},
//Попап менеджер FancyBox Документация: http://fancybox.net/howto
$(".fancybox").fancybox();
<div class="row">
<div class="carousel">
<a class="fancybox" data-fancybox-group="group1" href="img/food-1.jpg"><img src="img/food-1.jpg" alt=""/></a>
<a class="fancybox" data-fancybox-group="group1" href="img/food-5.jpg"><img src="img/food-5.jpg" alt=""/></a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment