forked from abner/for-legacy-web
feat: add lightspeed.tv support
This commit is contained in:
@@ -68,7 +68,8 @@ export default function Embed({ embed }: Props) {
|
||||
mh = embed.video?.height ?? 720;
|
||||
break;
|
||||
}
|
||||
case "Twitch": {
|
||||
case "Twitch":
|
||||
case "Lightspeed": {
|
||||
mw = 1280;
|
||||
mh = 720;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user