I installed refinerycms from the master branch and got version 4.1.0. The images engine works ok, but image thumbnails on the page /refinery/images are invisible. This is clearly because image width and height are both 0 in the source code:
<img width="0.0" height="0.0" alt="myalt" title="mytitle" src="/system/refinery/images....
Seems simple enough, but how to fix this?