Archived topic
Youtube videos display problem
3 replies · Started by Amit on March 6, 2019
I embed youtube videos by just putting the link into the editor and the video displays up in a second. When I see them on the post, they seem quite big size and vertically long on mobile. What can be done to display them correctly.
I also see they increase page load times! Is there some solution to that too...
Hi there,
If you are using Gutenberg, I would recommend using the embed block.
It would be responsive by default.
If you are still on the classic editor, then this is the solution:
https://docs.generatepress.com/article/responsive-videos/
I'm not aware of ways to reduce the load time. GP simply displays the content.
That works, but the videos don't align to center. Here is the URLhttps://www.friedcoffee.com/resusable-k-cup/
Try this CSS:
.VideoWrapper {
text-align: center;
}