Viewing Background image feature

Background image feature



User: Niels K. 12 years ago
Is there an option available whereby the background image in a browser window can be set to "cover" so that it expands or contracts along with resizing the window?

Last edit 12 years ago
User: Jumbo T. 12 years ago
This the sample I provided to a similar question in this forum a while ago :

http://trotter.is-best.net/wallpaper/

Paste the code you see in the head code box of either the site or the page.
User: Jumbo T. 12 years ago
Here it is :

https://billing.ragesw.com/forum.php?act=thread&tid=2118
User: Roddy 12 years ago
Using Backstretch gives good results…

http://everwebcodebox.com/layout/backstretch.html

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Niels K. 12 years ago
Quote:
This the sample I provided to a similar question in this forum a while ago :

http://trotter.is-best.net/wallpaper/

Paste the code you see in the head code box of either the site or the page.


That worked, thanks. Looks to me like adding the code in the Head Code box inserts it as embedded css of the web page in question. Interesting.
User: Roddy 12 years ago
You need to be aware of the possible limitations of inserting a background image using just CSS.

The CSS background-size property needs to be present with all the vendor prefixes. The code is shown on this page…

http://everwebcodebox.com/layout/background-image.html

This property is compatible with the latest versions of all the major browser but is not supported in IE prior to V 9.

If you want visitors using older versions of Internet Explorer to benefit, use jQuery Backstretch…

http://everwebcodebox.com/layout/backstretch.html

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Niels K. 12 years ago
Thanks for the info. Looks like the BackStretch download site simply generates a bunch of code meant for copying and pasting and not a backstretch.min.js file as mentioned on your web site. How does one proceed from there?
User: Roddy 12 years ago
I've added it to the list in the downloads page…

http://everwebcodebox.com/info/file-download.html

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.


Post Reply
You must login or signup to post.