Skip to content

Commit

Permalink
fix(embed-image): fix max-width and max-height (#498)
Browse files Browse the repository at this point in the history
* fix: add component path

* Update package.json

* fix(embed-image): fix max-width and max-height
  • Loading branch information
eumarciel404 authored Nov 2, 2024
1 parent 38ee6e8 commit c7f3584
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/components/discord-embed/DiscordEmbed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ export class DiscordEmbed extends LitElement implements LightTheme {
:host .discord-embed-image {
border-radius: 4px;
max-width: 100%;
max-width: 300px;
max-height: 300px;
}
:host .discord-embed-media {
Expand Down

0 comments on commit c7f3584

Please sign in to comment.