Lines Matching refs:s

59         this.core.s = $.extend({}, defaults, this.core.s);
64 …this.thumbTotalWidth = (this.core.$items.length * (this.core.s.thumbWidth + this.core.s.thumbMargi…
77 if (this.core.s.thumbnail && this.core.$items.length > 1) {
78 if (this.core.s.showThumbByDefault) {
84 if (this.core.s.pullCaptionUp) {
89 if (this.core.s.animateThumb) {
90 if (this.core.s.enableThumbDrag && !this.core.isTouch && this.core.doCss()) {
94 if (this.core.s.enableThumbSwipe && this.core.isTouch && this.core.doCss()) {
118 switch (this.core.s.vimeoThumbSize) {
136 if (_this.core.s.animateThumb) {
143 if (this.core.s.animateThumb) {
144 _this.$thumbOuter.css('height', _this.core.s.thumbContHeight + 'px');
154 if (_this.core.s.loadYoutubeThumbnail) {
155 …thumbImg = '//img.youtube.com/vi/' + isVideo.youtube[1] + '/' + _this.core.s.youtubeThumbSize + '.…
160 if (_this.core.s.loadVimeoThumbnail) {
167 if (_this.core.s.loadDailymotionThumbnail) {
177 … class="lg-thumb-item" style="width:' + _this.core.s.thumbWidth + 'px; margin-right: ' + _this.cor…
181 if (_this.core.s.dynamic) {
182 for (var i = 0; i < _this.core.s.dynamicEl.length; i++) {
183 getThumb(_this.core.s.dynamicEl[i].src, _this.core.s.dynamicEl[i].thumb, i);
188 if (!_this.core.s.exThumbImage) {
191 …humb($(this).attr('href') || $(this).attr('data-src'), $(this).attr(_this.core.s.exThumbImage), i);
210 $this.find('img').attr('src', data[0][_this.core.s.vimeoThumbSize]);
257 if (this.core.s.animateThumb) {
259 switch (this.core.s.currentPagerPosition) {
264 position = (this.thumbOuterWidth / 2) - (this.core.s.thumbWidth / 2);
267 position = this.thumbOuterWidth - this.core.s.thumbWidth;
269 this.left = ((this.core.s.thumbWidth + this.core.s.thumbMargin) * index - 1) - position;
280 … this.core.$outer.find('.lg-thumb').css('transition-duration', this.core.s.speed + 'ms');
286 }, this.core.s.speed);
359 if (Math.abs(endCoords - startCoords) < _this.core.s.swipeThreshold) {
422 if (Math.abs(endCoords - startCoords) < _this.core.s.swipeThreshold) {
439 if (_this.core.s.toogleThumb) {
462 if (this.core.s.thumbnail && this.core.$items.length > 1) {