2

I have been racking my brain trying to figure this out and I have searched all over this site and others and have found numerous solutions, none of which have any effect. I have tried the viewport meta tag in numerous configurations, I have tried removing the fb-root div, making sure there is no height=100%, and so on... nothing seems to make this page open at full width and size.

Gary Gould
  • 29
  • 2

1 Answers1

0

Figured out the issue... I literally went file by file and just noticed this little tid bit of code in one of the Highslide files (mobile.js)... simply removed and now all works like I wanted it to.

// Add a meta tag to have the iPhone render the page 1:1 hs.createElement('meta', { name: 'viewport', content: 'width=device-width; initial-scale=1.0; maximum-scale=1.0;' }, null, document.getElementsByTagName('head')[0]);

Gary Gould
  • 29
  • 2