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
Image Preview does not work with image sizes below "thumbnail" which is 150px * 150px by wordpress default. Therefore, favicon field in demo does not work.
It will get this error whenever I upload an image below thumbnail size.
images-only.js line 47
url = attachment.get('sizes').thumbnail.url,
Uncaught TypeError: Cannot read property 'url' of undefined
It should pull original image if there is no thumbnail size.
The text was updated successfully, but these errors were encountered:
Image Preview does not work with image sizes below "thumbnail" which is 150px * 150px by wordpress default. Therefore, favicon field in demo does not work.
It will get this error whenever I upload an image below thumbnail size.
images-only.js line 47
It should pull original image if there is no thumbnail size.
The text was updated successfully, but these errors were encountered: