Hello,
Hello, I would like to know if you can tell me how to do so that the play button does not appear and that the video starts automatically without having the possibility of stopping or starting it please?
Hello,
Hello, I would like to know if you can tell me how to do so that the play button does not appear and that the video starts automatically without having the possibility of stopping or starting it please?
yes the video plays automatically but I don't want the play button to be seen please? How should it be done?
You can use this custom CSS:
.acm-hero .hero-btn-actions {
display: none;
}