Dear Kriesi-Support Team,
Can you point me to a solution to hide the play button on the fallback image that shows, while the page’s video elements are loading for autoplay?
I have added a screenshot in the private content area. Could only find a solution for hiding the controls and disabling play/pause.
Thanks in advance!
Best
Ruven
Hey Niederrhein-Wagyu-9,
Thank you for the inquiry.
We could use this css code to hide the video controls while it is loading.
.flex_column .mejs-controls.mejs-offscreen {
display: none !important;
}
Best regards,
Ismael
Hi Ismael,
thanks for your response – that didnt do the trick yet. Is the big play button on the video (not the bottom control panel) part of the mejs-controls?
Thanks you in advance!
Best
Ruven