Hello.
Here is a question, I passed by when customizing the MovingBoxes.
When it is know what dimensions of images will be used, it is better not to sctretch horizontally the images inside the element container.
CSS: .mb-inside img { width: auto; }
But then they are not seen as next slides.
Is it possible to make the next image stick to left side and the previous one to the right side without additional classes?
Thanks.
That is an extremely great plug-in :)
/* UPDATE /
Possible solution: set reducedSize to 0.3 (for example).
and then add in CSS
.mb-inside { overflow:hidden; }
.mb-inside * {
max-width: none / was 100% */;
}
This should make vertical-oriented images to be seen when they are not active.