Searched refs:captionSelector (Results 1 – 2 of 2) sorted by relevance
63 captionSelector: 'self', property
40 captionSelector: 'img', property260 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]…