[ENTITY][AttachmentThumbnail] Every image should have width and height attributes
This commit is contained in:
@@ -178,7 +178,7 @@ class StoreRemoteMedia extends Plugin
|
||||
if (!$this->getStoreOriginal()) {
|
||||
$thumbnail = AttachmentThumbnail::getOrCreate(
|
||||
attachment: $attachment,
|
||||
size: 'small',
|
||||
size: 'medium',
|
||||
crop: $this->getSmartCrop()
|
||||
);
|
||||
$attachment->deleteStorage();
|
||||
|
Reference in New Issue
Block a user