how can i make the captions inside the fullscreen slider scroll together with the content below??
now it is shifted (paralax) but i dont want this ?
please help
Hi vidilo!
What we can do is remove the CSS animations so instead of fading in it just displays with no movement. Would you like to try that?
Best regards,
Elliott
Hey!
Alrighty, add this to your custom CSS.
.avia-caption-title, .avia-caption-content, .avia-slideshow-button {
animation: 0s ease 0s normal none 1 running none !important;
visibility: visible !important;
}
Cheers!
Elliott
thx but unfortunately it doesnt fix the problem.
When i select the option “Use first slides caption as permanent caption” in the Fullscreenslider options tab
it does exactly what i want it to do , bu then only one caption is shown.
What i need is the behaviour of that (it sticks to its div container)
but with all slides intact!
problem solved. i used the normal slider instead of the fullscreen slider.