Something around 1600x900
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?
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.
[@media](/u/media) only screen and (max-width: 480px) { PUT_THE_BG_IMG_CODE_HERE }
You can use that and change the size to your liking.
`@media only screen and (max-width: 480px) { PUT_THE_BG_IMG_CODE_HERE }`
Thanks!
Thanks!
/* Cell Background */
[@media](/u/media) only screen and (max-width: 480px) { background: url(%%Jesus2%%); }
Yeah?
`/* Cell Background */`
`@media only screen and (max-width: 480px) { background: url(%%Jesus2%%); }`
Yeah?
(post is archived)