You tube logo and signage

Hello,
Can you please help with removing all these logos and signs from the video?
Attached is a screenshot and here is the url: https://jenninepunzone.com/
Please click on the first cell, the motorcycle rider, and scroll all the way to the bottom.
Thanks in advance

Hi @Jennine,

Thanks for reaching out.
It is not possible to remove the Youtube logo from the embedded video. I would suggest a self-hosted video instead.

Thanks

I see. Will it increase load time if I host the video on the site?

Hi @Jennine,

It will not affect the loading time much.

Thanks

ok so then do I use the video element?

Hi @Jennine,

Yes, you need to use the Video element with self-hosted video.

Thanks

its not displaying.

Screen-Shot-2023-08-17-at-11.09.55-PM

Hi @Jennine,

Sometimes the only screenshot doesn’t help us to recognize the issue you are having. We need to examine your site to determine the cause of the issue. Can you please provide login credentials for your site in a secure note to examine it further, including:

– WordPress Site URL & Login URL
– WordPress Admin username/password
– Exact page URL where you have added the video element.

To create a secure note, click the key icon underneath any of your posts.

Thanks

Hi @Jennine,

I have checked and found that the Jetpack plugin is installed, which might be the problem. I would suggest you add the following custom CSS code into the Global CSS to get rid of it.

.mejs-container
{
    position:unset;
}

NOTE: Our development team is already aware of it and the fix will be added to any of the upcoming releases.

Thanks

thank you. That worked but I would like it left aligned and cant find the setting.

how can i left align the video?

Hello @Jennine,

You will have to set the position to 0 50% in the Video element settings.

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.