Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Gabor

    (@nextendweb_gabor)

    Hi @shifaz!

    You couldn’t do exactly like that with our slider, but if you know some html/css coding, you could put down the laptop image into your page with relative position, then insert our slider on top of it with absolute positioning, somehow like this:

    <div style="position:relative; background:url('https://example.com/xy.jpg');">
        <div style="position:absolute;top:50px;left:70px;right:70px;bottom:100px;">
             [slider's shortcode]
        </div>
    </div>
    Thread Starter shifaz

    (@shifaz)

    Thanks for the tip. I’ll try that!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slider inside Screen’ is closed to new replies.