/var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/js/import
Edit: /var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/js/import/Fancybox.js (752B)
// ------------------------------
// On click on an image in an article, open that image
// ------------------------------
// $(".content figure img").on("click", function () {
// var imageUrl = $(this).attr("src");
// $.fancybox.open('

');
// });
// $("content figure img").fancybox({
// type: "image",
// overlayShow: false,
// transitionIn: "elastic",
// transitionOut: "elastic",
// });
// $(".text figure img").each(function () {
// $(this).wrap(
// $("
", {
// href: $(this).attr("src"),
// class: "fancybox",
// rel: "fancyimage",
// })
// );
// });
// if(parent.$ && parent.$.fancybox) {
// $(".fancybox").fancybox();
// }