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
The thumbnail just tries to load the raw asset. In our case the asset might be a heavy TIFF file that is not supported in the browser. Also, high resolution images are a waste of bandwidth here.
The thumbnails should all have a basic transformation such as w_300,f_auto applied.
The text was updated successfully, but these errors were encountered:
The thumbnail just tries to load the raw asset. In our case the asset might be a heavy TIFF file that is not supported in the browser. Also, high resolution images are a waste of bandwidth here.
The thumbnails should all have a basic transformation such as
w_300,f_auto
applied.The text was updated successfully, but these errors were encountered: