labocho (25)

閲覧中のページを WXGA サイズ (1280x800) の新しいウィンドウで開きます。

window.open(location.href,"1280x800","width=1280,height=800");

閲覧中のページを iPhone 4 サイズ (320x480) の新しいウィンドウで開きます。

window.open(location.href,"320x480","width=320,height=480");

閲覧中のページを iPhone 5 サイズ (320x568) の新しいウィンドウで開きます。

window.open(location.href,"320x568","width=320,height=568");

閲覧中のページを iPhone 6 サイズ (375x667) の新しいウィンドウで開きます。

window.open(location.href,"375x667","width=375,height=667");

閲覧中のページを iPhone 6 Plus サイズ (414x736) の新しいウィンドウで開きます。

window.open(location.href,"414x736","width=414,height=736");
<< 1 2