Something around 1600x900
While I've got you how to I set a separate mobile CSS background?
edit: Or get the background to zoom to a certain spot once the screen has shrunk?
You can use that and change the size to your liking.
only screen and (max-width: 480px) { PUT_THE_BG_IMG_CODE_HERE }
Thanks!
/* Cell Background */
only screen and (max-width: 480px) { background: url(%%Jesus2%%); }
Yeah?
(post is archived)