-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi,
In the HTML of my page, the size attribute is on the but not on the
It seems that getSourceAttributes() doesn't copy the sizes attribute from imgAttributes.
I made it work adding thus in my template :
'sourcesAttributes' => [
'shared' => [
'sizes' => '100px';
],
],
Did I do something wrong or is it an error with the plugin ?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels