We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d42b98f + 51d4aed commit 6ea321fCopy full SHA for 6ea321f
1 file changed
src/Nodes/Image.php
@@ -31,6 +31,8 @@ public function addAttributes()
31
'src' => [],
32
'alt' => [],
33
'title' => [],
34
+ 'width' => [],
35
+ 'height' => [],
36
];
37
}
38
0 commit comments