Image positioning

<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
I want an image to fully cover the background of a heading without getting it cut nor squashed.
So I set the background-image like this:
background-size: cover;

But the bottom part of the image is chopped off when I check the outcome. How can I avoid this problem?

```

Replace this line with your code.

<do not remove the three backticks above>

impossible to say without the code, have you checked docs on background (link), which gives all the properties you can use to position the image

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.