Skip to content

Commit de8fc07

Browse files
committed
fix: Update video to match theme-v2
1 parent b019a46 commit de8fc07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/stream-chat-angular/src/lib/attachment-configuration.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ export class AttachmentConfigurationService<
8282

8383
return {
8484
url: attachment.asset_url || '',
85-
width: '100%',
86-
height: '400px',
85+
width: '100%', // Set from CSS
86+
height: '100%',
8787
};
8888
}
8989

0 commit comments

Comments
 (0)