Search code examples
google-chromeexternal-links

Google Chrome Update Causes Links In New Window To Be Very Small


When i click on an external link (ie a link which opens in a new window) on the project i am working on, the new window is tiny...

has anyone else encountered this issue?

it's Chrome 25.0.1364.97 m with Windows 7.

<a href="#" onclick="window.open('http://youtu.be/uvoZEN-fJoY?hd=1','youtubewindow', 'fullscreen=yes, scrollbars=auto');">

EDIT

Fixed now,

could not find the underlying issue so replaced:

'fullscreen=yes, scrollbars=auto'

With:

'fullscreen=yes, scrollbars=yes, width=750, height=750'


Solution

  • The underlying issue is with Chrome 25.

    https://code.google.com/p/chromium/issues/detail?id=178440.