Background Image on Mobile

Hi,

on a normal Computer, everything is good.

But if I look at my  page from a Mobile device, the background images are cut on the sides/ zoomed in to the center and thusly do not show the whole Images. I would like them to appear completely.

Is there a way to do this?

Comments

  • Hello,
    background images in CSS are not block elements, they do not behave like normal images. They try to fit the screen as best as they can, depending on the property value. Those could be: auto, cover, contain.
    You can only change those options.
    thanks
Sign In or Register to comment.