Forces arrows to display, even on iframe attachments.

This commit is contained in:
mateuswetah 2019-11-11 11:42:06 -03:00
parent 2fb20f9c53
commit 5c439ae576
3 changed files with 6 additions and 2 deletions

View File

@ -138,6 +138,8 @@ jQuery( document ).ready(function( $ ) {
$(document).on('click', '[data-toggle="lightbox"]', function(event) {
event.preventDefault();
$(this).ekkoLightbox();
$(this).ekkoLightbox({
showArrows: true,
});
});
});

View File

@ -15,6 +15,8 @@
padding: 0;
.ekko-lightbox-nav-overlay {
display: -ms-flexbox !important;
display: flex !important;
a {
opacity: 1;
span {

File diff suppressed because one or more lines are too long