Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow embedding of remote video media in the background of Cover blocks #65502

Closed
pkarjala opened this issue Sep 19, 2024 · 1 comment
Closed
Labels
[Block] Cover Affects the Cover Block - used to display content laid over a background image [Status] Duplicate Used to indicate that a current issue matches an existing one and can be closed [Type] Enhancement A suggestion for improvement.

Comments

@pkarjala
Copy link

What problem does this address?

Currently all media used in the background of a Cover block must be uploaded to the site. This does not work well for content that is data-intensive, such as video files. A large number of visitors to a site can quickly eat up bandwidth quotas. Even taking the time to properly encode and make videos have as small of a footprint as possible does not completely alleviate the issue. Additionally, not all servers are well configured for serving video content, which can tax resources usually only allocated for serving text and images.

What is your proposed solution?

All videos to be embedded from external resources in the background of Cover blocks. An example to start with would be media hosted on YouTube. Currently all that is desired is to add the embed code of the applicable media with settings such as described at https://developers.google.com/youtube/player_parameters.

This is what we used to do with the classic editor and using manual embed codes, but we are unable to do this with the blocks editor due to the inability to add external media for Cover blocks.

@pkarjala pkarjala added the [Type] Enhancement A suggestion for improvement. label Sep 19, 2024
@colorful-tones colorful-tones added the [Block] Cover Affects the Cover Block - used to display content laid over a background image label Sep 20, 2024
@skorasaurus skorasaurus added the [Status] Duplicate Used to indicate that a current issue matches an existing one and can be closed label Oct 4, 2024
@skorasaurus
Copy link
Member

Hi,

Thanks for reporting;
This has been discussed and/or requested #28860. Feel free to add your reaction and subscribe to follow its progress in the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Block] Cover Affects the Cover Block - used to display content laid over a background image [Status] Duplicate Used to indicate that a current issue matches an existing one and can be closed [Type] Enhancement A suggestion for improvement.
Projects
None yet
Development

No branches or pull requests

3 participants