background image size

  • Unknown's avatar

    In my home page – the first phone image – its exactly the sizes the theme recommended 1500×2000 and the problem I have is that when there is small amount of content in the child page the image is cropping…

    I *don’t* wont the background picture to shrink like in this: { background-size: contain; }

    I wish there was a way so the image will show full with no relation to how much content there is on the child page…

    Is there a way to accomplish that?

    thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, give this a try, which resizes the image on screens/windows 1160px and wider. Below that we don’t need the adjustment from what I can see.

    @media screen and (min-width: 1160px) {
    	.home #post-603 {
    		background-size: auto 135%;
    	}
    }
  • The topic ‘background image size’ is closed to new replies.