Luca Bonavita edited authorea bugs.md  over 9 years ago

Commit id: 22c5d3557020048e3d1fd25b77165ac622053821

deletions | additions      

       

The website is responsive hence when resizing the window the width changes, while the figures width is fixed (being set by ```size.md```). To clarify this, I usually set a window.onresize function to update all geometries so that everything is OK at each window size. It's a bit if a work to keep track of everything but it pays off with responsive sites. For those who care I'd give the chance to have the frame change its size.  A possible solution would be setting a ```resize``` parameter in ```size.md```:  >  ``` >  width: 800 >  height: 600 >  resize: false >  ``` Another problem is being able to set a width greater than the frame width or height greater than the window height.