Full-screen parallax / static image no-repeat ?

1 reply · opened Oct 6, 2016

KKevinLeunisOct 6, 2016

Hi,

On my site I have a full-screen static parallax image but on a 27" screen I see on the sides that there's a strange repetition of the image.

How can I fix this?

http://www.vakantiebijnederlanders.com/index-nl.php

(If needed I can post the code.)

Thanks,
Kevin

SSemicolon WebSTAFFOct 6, 2016

Hello,

Please replace the following code found in the #slider's style Attribute on your Page:

background: url("v2/images/parallax/home/4.jpg") center center;

and replace it with:

background: url("v2/images/parallax/home/4.jpg") center center no-repeat; background-size: cover;

This will definitely fix the issue. Let us know if we can help you with anything else or if you find any further issues.

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