Background Image

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Aug 28, 2013 5:42 pm
Reply with quote
Report this post
Hello,

I changed size of the background image of site: www.thuto.us

Could you have a look and let me know why the image is not showing up - only portions of image - on most of the other pages.

On the home page the image is fine.
User avatar
Gold Boarder

GK User
Wed Aug 28, 2013 8:15 pm
Reply with quote
Report this post
Because your image height is longer then your page height.

If your page height is 1500px
Your image height 4000px+
So only 1500px of image height is visible.

You can use following css code in override.css file located in templates css folder and enable css override option in template settings > advanced settings > css override "on".

Code: Select all
body { background-size: cover; }


Alternatively you can use different image size for long pages or short pages by using page suffix feature.

See you around...
User avatar
Platinum Boarder


cron