Skip to content

Commit 6ea321f

Browse files
authored
Merge pull request #79 from remedix/patch-1
Update Image.php to include width and height
2 parents d42b98f + 51d4aed commit 6ea321f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Nodes/Image.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ public function addAttributes()
3131
'src' => [],
3232
'alt' => [],
3333
'title' => [],
34+
'width' => [],
35+
'height' => [],
3436
];
3537
}
3638

0 commit comments

Comments
 (0)