background image exactly size

edited October 2016 in BeBuilder
How can I put a background image in one section and leave it with exact width and height for any resolution? I've tried all ways and I can not.

See what
is between the header and footer.

I want to make the image exactly as it is for any resolution.

Look in.

http://tavaruaitacimirim.com.br

Comments

  • Hi,

    your section is empty and that's it does not have the exact size of the image. Background images adjust always to the content inside section. So if you want to increase section's size without setting content inside, you need to set top and bottom padding under section's settings.
  • Look, I could put the picture background in full width and full height, but in large resolutions the background image is repeated. Would you help me out of this?

    My Notebook (1366x768)

    image

    My Pc (1920x1080)

    image
  • You are using VC plugin which does not have an option to set cover size for the backgrounds. So in this, you need to use custom css:
    .vc_custom_1477570492960 { background-size: cover !important; }
Sign In or Register to comment.