I’m testing it on AC “Milan” academy (Northern Europe branch) website:
https://tfamilanas.lt/
Because of readable plugin code, it is easy to modify it by own needs.
Now I have one minor problem:
I need to increase height of div..box1 … div..box4 elements. I modified code like this:
.box1{float:left; clear:both;background:url(‘../images/transparent_black.png’); color:#fff; height:75px;
When page loads, i have no problems. But after moving mouse over carousel and leaving plugin zone, div..box1 again becomes height of 50px..
But maybe I will fix it after more deep plugin/template source analysis