Luca Bonavita edited authorea bugs.md  over 9 years ago

Commit id: 400d00fed63ef3c27065678b067f4fe60ad31657

deletions | additions      

       

This could also keep the width/height proportion in case the width of the frame changes because of the responsive layout.  Another problem is being able to set a width greater than the frame authorea column  width or a  height greater than the window height. innerHeight.  A possible solution would be: width: max, 4  height: max, 3  This would keep the frame size at  a ratioof  width/height = 4/3 4/3,  maximizing width or height depending on window innerWidth/innerHeight (`resize` would be `true` by default in this case). ###### PRODUCTIVITY