Embedding a Youtube Short
Hi,
Any idea on how to move and/or change the play button on a youtube short ?
As you can see, there isnt much video realestate to share !
I can move it using CSS in the console, but when I place the css either is WPCode or FCOmmunity Customisations, it doesnt seem to want to play, even with !Important
This is the css I tried
.ytp-large-play-button {
position: absolute;
left: 25%!important;
top: 50%;
width: 68px;
height: 48px;
margin-left: -10px;
margin-top: -24px;
-webkit-transition: opacity .25s cubic-bezier(0, 0, .2, 1);
transition: opacity .25s cubic-bezier(0, 0, .2, 1);
z-index: 63;
}
Any ideas ?
I embedded videos with the GDPR script from Matthias Altmann. It allows to change the play button.
