The following code does not fit on the iphone screen; How do I define a viewport?
<html> <body> <center> <div id="karteu" style="background: url('../customer/Karten/karte1.jpg') no-repeat left center;width:714px;height:540px;" > </div> </body> </html>
Usually the site should be enlarged, so first I have to see the website small, and then be able to scale to see it in its original size, but in my case this is not the case when I call the site, zoom is that the image is already has this original size, and what I need to scroll, but I donβt want to scroll ... I want to use a regular safari for mobile zooming, and then scroll
The solution below does not increase anything. I want to see an overview of the image at the beginning. Then I want to be able to scale using the usual safari zoom features, ..
source share