/*! * baguetteBox.js * @author feimosi * @version 1.8.1 * @url https://github.com/feimosi/baguetteBox.js */ ! function(t, e) { "use strict"; "function" == typeof define && define.amd ? define(e) : "object" == typeof exports ? module.exports = e() : t.baguetteBox = e() }(this, function() { "use strict"; function t(t, n) { M.transforms = k(), M.svg = w(), i(), o(t), e(t, n) } function e(t, e) { var n = document.querySelectorAll(t), o = { galleries: [], nodeList: n }; U[t] = o, [].forEach.call(n, function(t) { e && e.filter && (V = e.filter); var n = []; if (n = "A" === t.tagName ? [t] : t.getElementsByTagName("a"), n = [].filter.call(n, function(t) { return true; }), 0 !== n.length) { var i = []; [].forEach.call(n, function(t, n) { var o = function(t) { t.preventDefault ? t.preventDefault() : t.returnValue = !1, u(i, e), c(n) }, a = { eventHandler: o, imageElement: t }; E(t, "click", o), i.push(a) }), o.galleries.push(i) } }) } function n() { for (var t in U) U.hasOwnProperty(t) && o(t) } function o(t) { if (U.hasOwnProperty(t)) { var e = U[t].galleries; [].forEach.call(e, function(t) { [].forEach.call(t, function(t) { B(t.imageElement, "click", t.eventHandler) }), R === t && (R = []) }), delete U[t] } } function i() { return (S = T("baguetteBox-overlay")) ? (P = T("baguetteBox-slider"), F = T("previous-button"), H = T("next-button"), void(L = T("close-button"))) : (S = N("div"), S.setAttribute("role", "dialog"), S.id = "baguetteBox-overlay", document.getElementsByTagName("body")[0].appendChild(S), P = N("div"), P.id = "baguetteBox-slider", S.appendChild(P), F = N("button"), F.setAttribute("type", "button"), F.id = "previous-button", F.setAttribute("aria-label", "Previous"), F.innerHTML = M.svg ? I : "<", S.appendChild(F), H = N("button"), H.setAttribute("type", "button"), H.id = "next-button", H.setAttribute("aria-label", "Next"), H.innerHTML = M.svg ? Y : ">", S.appendChild(H), L = N("button"), L.setAttribute("type", "button"), L.id = "close-button", L.setAttribute("aria-label", "Close"), L.innerHTML = M.svg ? q : "×", S.appendChild(L), F.className = H.className = L.className = "baguetteBox-button", void r()) } function a(t) { switch (t.keyCode) { case 37: v(); break; case 39: h(); break; case 27: p() } } function r() { E(S, "click", J), E(F, "click", K), E(H, "click", Q), E(L, "click", Z), E(S, "touchstart", $), E(S, "touchmove", _), E(S, "touchend", tt), E(document, "focus", et, !0) } function l() { B(S, "click", J), B(F, "click", K), B(H, "click", Q), B(L, "click", Z), B(S, "touchstart", $), B(S, "touchmove", _), B(S, "touchend", tt), B(document, "focus", et, !0) } function u(t, e) { if (R !== t) { for (R = t, s(e); P.firstChild;) P.removeChild(P.firstChild); W.length = 0; for (var n, o = [], i = [], a = 0; a < t.length; a++) n = N("div"), n.className = "full-image", n.id = "baguette-img-" + a, W.push(n), o.push("baguetteBox-figure-" + a), i.push("baguetteBox-figcaption-" + a), P.appendChild(W[a]); S.setAttribute("aria-labelledby", o.join(" ")), S.setAttribute("aria-describedby", i.join(" ")) } } function s(t) { t || (t = {}); for (var e in X) j[e] = X[e], "undefined" != typeof t[e] && (j[e] = t[e]); P.style.transition = P.style.webkitTransition = "fadeIn" === j.animation ? "opacity .4s ease" : "slideIn" === j.animation ? "" : "none", "auto" === j.buttons && ("ontouchstart" in window || 1 === R.length) && (j.buttons = !1), F.style.display = H.style.display = j.buttons ? "" : "none"; try { S.style.backgroundColor = j.overlayBackgroundColor } catch (t) {} } function c(t) { j.noScrollbars && (document.documentElement.style.overflowY = "hidden", document.body.style.overflowY = "scroll"), "block" !== S.style.display && (E(document, "keydown", a), z = t, D = { count: 0, startX: null, startY: null }, m(z, function() { x(z), C(z) }), y(), S.style.display = "block", j.fullScreen && f(), setTimeout(function() { S.className = "visible", j.afterShow && j.afterShow() }, 50), j.onChange && j.onChange(z, W.length), G = document.activeElement, d()) } function d() { j.buttons ? F.focus() : L.focus() } function f() { S.requestFullscreen ? S.requestFullscreen() : S.webkitRequestFullscreen ? S.webkitRequestFullscreen() : S.mozRequestFullScreen && S.mozRequestFullScreen() } function g() { document.exitFullscreen ? document.exitFullscreen() : document.mozCancelFullScreen ? document.mozCancelFullScreen() : document.webkitExitFullscreen && document.webkitExitFullscreen() } function p() { j.noScrollbars && (document.documentElement.style.overflowY = "auto", document.body.style.overflowY = "auto"), "none" !== S.style.display && (B(document, "keydown", a), S.className = "", setTimeout(function() { S.style.display = "none", g(), j.afterHide && j.afterHide() }, 500), G.focus()) } function m(t, e) { var n = W[t]; if ("undefined" != typeof n) { if (n.getElementsByTagName("img")[0]) return void(e && e()); var o = R[t].imageElement, i = o.getElementsByTagName("img")[0], a = "function" == typeof j.captions ? j.captions.call(R, o) : o.getAttribute("data-caption") || o.title, r = b(o), l = N("figure"); if (l.id = "baguetteBox-figure-" + t, l.innerHTML = '