Hi all,
I’m using the embedded player with chat on my site which works find at most resolutions. Unfortunately, today I noticed that when I view it on a mobile device, the video gets hidden by the chat. When I switch to video only, everything is fine. I’d like to have the chat enabled as well, but it makes my site unusable since the video can’t be seen.
Has anyone else experienced this? Any ideas how I could resolve it?
Here’s the config I’m using to initialize the viewer:
“twitchviewer”, {
width: “100%”,
height: “500px”,
channel: channel,
parent: ,
layout: ‘video-with-chat’
}
This (sure simple) example works fine.
So thius would suggest something with your Responsive CSS is at fault.
Theres nothing wrong with your JS. Since that just invokes the player.
Everything else is down to your layout
Xemdo
August 22, 2023, 7:30pm
3
This ended up being a bug relating to Twitch embeds. Barry reported it here:
opened 04:01PM - 20 Aug 23 UTC
closed 07:29PM - 22 Aug 23 UTC
done
product: embeds
**Brief description**
if you do a regular embed
And cause the layout of the … embed to be vertical
You get no video
**How to reproduce**
https://twitch.extensions.barrycarlyon.co.uk/viewer/?items=cohhcarnage,ezekiel_iii
And reduce window size until the player switches from horizontal row to vertical stack
There is no difference in behaviour for it the channels are live or not, as in it's broken if the channels are live as well
**Expected behavior**
Video not to disappear
**Screenshots**

Horizontal layout for comparison

It has since been resolved. Please let us know in that Github issue if the problem you experienced pops back up.
system
Closed
September 21, 2023, 7:31pm
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.