Skip to content

Commit 2c4ecb6

Browse files
committed
Update width and height props
1 parent 428e7f9 commit 2c4ecb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/builder/app/builder/features/settings-panel/props-section/props-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const renderProperty = (
7676
logic.handleChange({ prop, propName }, propValue);
7777

7878
if (
79-
component === "Image" &&
79+
(component === "Image" || component === "Video") &&
8080
propName === "src" &&
8181
propValue.type === "asset"
8282
) {

0 commit comments

Comments
 (0)