Slider / Divider

2 replies·opened Jul 15, 2021
O
ovetterJul 15, 2021

Hallo,
I have 3 problems on my start-page (not ready now):

1: Can I display the slider-pictures in full wide ? Actual there is a great gap between pictures and pagination-arrows (if browser is on full wide).

  1. I use a picture divider. Can I bring overlay also text or other div's with contetnt and links. Actual I have added only a link for this picture.

  2. Is there a youtube-divider available?

Thanks!

O.Vetter

S
SemiColonWebSTAFFJul 16, 2021

Hello,

  1. We have tried modifying the Layout for you but unfortunately, this is currently not supported with this Layout. We will notify you with the updated files if this can be done on our end. Thanks for your Patience.

  2. Absolutely, you can add any content within the Sections:

<div class="section lazy mt-5 p-0 min-vh-75 lazy-loaded" style="background-position: center center; background-repeat: no-repeat; background-size: cover; background-image: url("bilder-elbsandsteingebirge/schmilka.jpg");" data-ll-status="loaded">
	<div class="container">
		Add your Content here.
	</div>
	<div class="shape-divider"></div>
	<div class="shape-divider"></div>
</div>
  1. Yes, Youtube Video Sections are already available by default. Please consider using the following code:
<div class="section m-0 dark vh-75 vh-lg-100">
	<div class="vertical-middle">
		<div class="container text-center">
			<i class="i-plain i-large icon-line-video mx-auto" data-animate="fadeInDown"></i>
			<div class="emphasis-title m-0" data-animate="fadeInUp">
				<h2 style="font-size: 56px;">Section with Background Youtube Video</h2>
			</div>
		</div>
	</div>
	<div class="video-wrap">
		<div class="yt-bg-player" data-quality="hd1080" data-start="20" data-stop="40" data-video="https://youtu.be/A3PDXmYoF5U"></div>
	</div>
</div>

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

O
ovetterJul 22, 2021

Thanl you!

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard