You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I now had this problem on another system, and it turned out ImageMagick was not installed in my OS. Duh! It would save some trouble if refinerycms could test for ImageMagick, for example by trying to show a thumbnail with geometry, and throw an informative error if IM is not detected. In that case the thumbnail is probably nil.
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:Seems simple enough, but how to fix this?
The text was updated successfully, but these errors were encountered: