Topic: page size on iPhone

Hi all!
I've used juicebox pro to make a simple slider, auto play, random images, no buttons nor thumbs. I've embedded it in a html page containing other elements.

Everything works fine, but when I load the page on the iPhone, the page is too big for the screen (it's normal) but I can't zoom in or zoom out to display it correctly.
I don't know why!!! I would like the page zoomed out to display full content, like other big pages.

The page url: http://abfartconsulting.com/index_fr.html

Can someone help me?

Re: page size on iPhone

Try scaling your web page for mobile devices by adding the following <meta> tag to the <head> section of your page:

<meta name="viewport" content="width=device-width, initial-scale=1">

For more information about the <meta> 'viewport' tag, please see here.