forked from abner/for-legacy-web
fix(components): wrong calculation of dimensions of embeds layouts
This commit is contained in:
@@ -59,7 +59,7 @@ export default function Embed({ embed }: Props) {
|
||||
|
||||
if (embed.type === "Text") {
|
||||
mw = MAX_EMBED_WIDTH;
|
||||
mh = 0;
|
||||
mh = 1;
|
||||
} else {
|
||||
switch (embed.special?.type) {
|
||||
case "YouTube":
|
||||
|
||||
Reference in New Issue
Block a user