Forces arrows to display, even on iframe attachments.
This commit is contained in:
parent
2fb20f9c53
commit
5c439ae576
|
@ -138,6 +138,8 @@ jQuery( document ).ready(function( $ ) {
|
|||
|
||||
$(document).on('click', '[data-toggle="lightbox"]', function(event) {
|
||||
event.preventDefault();
|
||||
$(this).ekkoLightbox();
|
||||
$(this).ekkoLightbox({
|
||||
showArrows: true,
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue