You are viewing limited content. For full access, please sign in.

Question

Question

Background-Wallpaper image

asked on December 16, 2019

I have the image below that I'm using for the wallpaper on the background of my form.  However, when I apply the change, it puts multiple images in a tile format on the background (second screenshot).  Is there any way to expand the image so it only renders as 1 image?

 

0 0

Replies

replied on December 17, 2019

If you place the code below in the CSS section of the CSS and Javascript Tab of your form, this will centre the image and will only display it once.

body {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

 

2 0
You are not allowed to follow up in this post.

Sign in to reply to this post.