Hello Richard,
Actually no I didn't take the captions down !
It's just that for it to appear you have to resize the browser window... I don't know why, I think the script is taken into account only when the browser change size... Or maybe the picture load before the script ?
www.melanie-lefebvre.com/2015-2
If you have an idea about that ?
And then there is the problem with the captions not corresponding to the image. I have to change the css this way (left:250%) to make it work, but the left position is related to the number of images, so if I add another one, I will need to change the percentage, which is not a very handy solution... :
.lay-carousel-sink-parent {
position: absolute;
top: 50%;
left: 250%;
bottom: auto;
transform:translate(-50%, -50%); }
Thank you for your help !