PDA

View Full Version : Automatically scaled background image



Andreas_M
October 3, 2012, 08:30 PM
Hi,

I want to add automatically scaled background image.
I am not so fit in coding for that, but get two solutions in german. Do anyone have a solution for the Flynax templates?
http://www.pixxelpassion.de/blog/webdesign/automatisch-skalierende-hintergrundbilder-nur-mit-css-auch-ie
http://www.zeitform-services.de/informationen/webtipps.html

Maybe it will be also interesting for others....

Andreas_M
October 6, 2012, 12:05 PM
Now select an easier way for me.



background-size: 100%;
-ms-background-size: 100%;
-moz-background-size: 100%;
-webkit-background-size: 100%;
-o-background-size: 100%;


Thats autosize background for most browsers.