page background image scale
Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
I use own background picture. how I can scale it at 100% width?
http://kehitys.ostostori.fithanks
Ari
-
- Senior Boarder
Hi
Please add this code to css:
- Code: Select all
body {
background-size: 100% auto;
}
-
- Moderator
-