So I want users to be able to see my background on my website. Currently my websites width is 925px
and when you view the website in a mobile browser (e.g. iPhone, Opera Mini) it is zoomed in on the text and the user can't see the background.
I've tried using the meta viewport
tag unsuccessfully. How do I get my website to be zoomed out by default on mobile browsers?
EDIT:
Here is the code I've tried so far:
<meta name = "viewport" content = "width = device-width">