Fixed Text Elements on Top of Slideshow

Hi Guys,

it is probably an easy thing if you know how to do it. I am trying to have some fixed element on top of a fullscreen slideshow. The Idea is to have one fullscreen slideshow in the background and some text element in front of the slideshow. So Images in the background slide, but the text keeps it position.

Do i need to paste the Element in every slide or is there another easy way?

Hope you guys can help me with a more elegant solution.

Best,
George


Here is my public share link: LINK
(how to access public share link)

Slideshow using the slider element ?

Yes.

You need a container that’s fullscreen and position:relative. Then a slider in position absolute at 100% width and height, then anoter div, right in the container, sibling to the slider, that is absolute and 100%width and height. anything you put in that last div is goin to be an overlay to the slider.

Thank you for your answer. I will try it out!

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.