[Support request] Background image

Home Forums Support [Support request] Background image

Home Forums Support Background image

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #449592
    Carmen

    Hello!
    I have a problem with a background image I used in the home page using css code.
    I would like this image adapts his size to the mobile phone or tablet. Now the background image repeats itself.

    #449813
    Leo
    Staff
    Customer Support

    Hi there,

    Unfortunately background images are not responsive by nature.

    I would recommend using a different or crop it specifically for mobile:

    @media (max-width: 768px) {
        .home {
            background-image: url(https://MOBILE-BACKGROUND-IMAGE);
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.