var e = 120;
window.screen.width < 768 && ($("head").append('<link rel="stylesheet" href="{{ STATIC_URL }}css/mobile-form.css">'),
e = 200),
$('a[href*=".jpg"]:not(.fancybox),a[href*=".png"]:not(.fancybox),a[href*=".jpeg"]:not(.fancybox),.fancybox').fancybox({
margin: e,
loop: !1,
helpers: {
overlay: {
locked: !1
}
},
nextClick: !0,
beforeShow: function() {
if (window.screen.width < 768) {
var e = this.width
, t = this.height / e;
this.width = $(document).width(),
this.height = this.width * t
}
}
})
потому что var e = 120;
а потом margin: e,