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
When uploading via the media library, all image meta data (thumbnail sizes) are lost, the resized images are uploaded to cloudfront, but the meta data does not exist, See example:
When uploading via the media library, all image meta data (thumbnail sizes) are lost, the resized images are uploaded to cloudfront, but the meta data does not exist, See example:
[thumbnail] => https://xxxxxxxxxxxxx.cloudfront.net/2014/07/
[thumbnail-width] => 150
[thumbnail-height] => 150
[medium] => https://xxxxxxxxxxxxx.cloudfront.net/2014/07/
[medium-width] => 300
[medium-height] => 199
[large] => https://xxxxxxxxxxxxx.cloudfront.net/2014/07/
as you can see the image path is not complete.
DATABASE: {s:9:"thumbnail";a:3:{s:4:"file";s:0:"";s:5:"width";i:150;s:6:"height";i:150;}
The text was updated successfully, but these errors were encountered: