Home
last modified time | relevance | path

Searched refs:captionSelector (Results 1 – 2 of 2) sorted by relevance

/plugin/gallery/
Dscript.js63 captionSelector: 'self', property
/plugin/gallery/simple-lightbox/
Dsimple-lightbox.js40 captionSelector: 'img', property
260 if (this.options.captionSelector.startsWith('+')) {
261 var selector = this.options.captionSelector.replace(/^\+/, '').trimStart();
267 } else if (this.options.captionSelector.startsWith('>')) {
268 var _selector = this.options.captionSelector.replace(/^>/, '').trimStart();
271 return elem.querySelector(this.options.captionSelector);
601 if (typeof _this5.options.captionSelector === 'string') {
602 …captionContainer = _this5.options.captionSelector === 'self' ? _this5.relatedElements[_this5.curre…
603 } else if (typeof _this5.options.captionSelector === 'function') {
604 …captionContainer = _this5.options.captionSelector(_this5.relatedElements[_this5.currentImageIndex]…