Embedded Youtube not filling entire region

Asked by Shahid

Xibo 1.4.2 system.

Hello team,

I've noticed this problem before, but as we didn't utilize embedded code that often it was never an issue. I have been tasked with providing a region in a layout that is coded for an embedded Youtube playlist. This way, users could just add video into the playlist and it would auto-magically play the new content.
The problem I'm having is that while Xibo scales the entire layout and its regions on a display of any size, a region with embedded youtube code does not scale to fill the region. For example, if I have a single, full-screen region within the standard full screen layout size of 800x450, and my iframe code is 800x450, the content does not fill the region.

I hope that makes sense, and hope someone can give me a little advice on how to get a Youtube embed to fill a region.

Thanks,
Shahid

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Harrington
Solved:
Last query:
Last reply:
Revision history for this message
Best Alex Harrington (alexharrington) said :
#1

With embedded content it's up to you to make your content fill the screen
if that's what you want.

With YouTube you need to set up the playback window to be the final render
resolution on your TV not the design resolution

Revision history for this message
Shahid (smalik-albion) said :
#2

Thanks Alex Harrington, that solved my question.