Anyway, here it is for all you beginners:
Install Stylish Chrome App: https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en
Add this code to App settings, change width in px after liking, and name it something:
#previewContainer.iphone-portrait #frameContainer {width:640px !important;} /*Phone landscape temporary tweak*/
#previewContainer.tablet-portrait #frameContainer {width:1024px !important;} /*Tablet landscape temporary tweak*/
Use it for Landscape editing. When finished right click on App icon - Turn all styles off.
Same can be done with Chrome code inspector, but here you have more resistant part (page refresh, Save, reload, etc...)
Anyway, here it is for all you beginners:
Install Stylish Chrome App: [https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en][1]
[1]: https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en
Add this code to App settings, change width in px after liking, and name it something:
#previewContainer.iphone-portrait #frameContainer {width:640px !important;} /*Phone landscape temporary tweak*/
#previewContainer.tablet-portrait #frameContainer {width:1024px !important;} /*Tablet landscape temporary tweak*/
Use it for Landscape editing. When finished right click on App icon - Turn all styles off.
Same can be done with Chrome code inspector, but here you have more resistant part (page refresh, Save, reload, etc...)