javascript - Bootstrap light box, with next arrows not aligned -
for 1 of web sites developing have used bootstrap light box, along next , buttons. slider when video or image clicked displayed in light box, , there next buttons navigates. while navigating arrow suppose in middle moves top. how can prevented moving? the java script code light box ekkolightbox.prototype = { modal_shown: function() { var video_id, _this = this; if (!this.options.remote) { return this.error('no remote target given'); } else { this.gallery = this.$element.data('gallery'); if (this.gallery) { if (this.options.gallery_parent_selector === 'document.body' || this.options.gallery_parent_selector === '') { this.gallery_items = $(document.body).find('*[data-toggle="lightbox"][data-gallery="' + this.gallery + '"]'); } else { this.gallery_items = this.$element.parents(this.options.gallery_parent_selector).fi