Hi
I have Media box version 2.7.2
I used imageeffect " under" in it, but it is not visible on the page with gallery, it is only visible when I use this effect for a single photo.In which version, this problem was fixed. I manually added the css code and it works.
Code:
.mediaboxck_link {
height: auto !important;
}
.mediaboxck_link img {
height: 200px;
}
.mediaboxck_link {
height: auto !important;
float: left;
}
.mediaboxck_link figure.effectck-under figcaption {
height: 100px;
}