bespokejs / bespoke

DIY Presentation Micro-Framework
http://markdalgleish.com/projects/bespoke.js/
MIT License
4.68k stars 443 forks source link

Wrong viewport zoom #20

Closed oliverhermanni closed 11 years ago

oliverhermanni commented 11 years ago

Hey,

I have a little problem with the viewport on Safari (desktop and iPad). They both zoom very far into the slide. You can see this in your demo on the 1., 2. 3. slides.

Is there a way to fix this? It's probably not a bespoke.js issue, but I can't find a solution. The usual way

meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"

doesn't seem to work either.

Regards, Oliver

markdalgleish commented 11 years ago

Sorry, I'm closing this as it's not an issue with Bespoke.js itself. The best way to avoid this kind of issue is to design your slides for mobile first.