Video playsinline

Hi
how can i set this HTML attribute playsinline?

Hello @mohammad_altoiher!

Thank you for reporting this issue. Unfortunately, this is not currently possible, but I have created an internal ticket so the team can reproduce it and find a resolution. When we fix this issue, we will let you know as soon as possible.
The ticket’s number is BKNDLSS-26814

Regards,
Alexander

Hey @Alexander_Pavelko it was easy with this custom code

videoElements =document.getElementsByTagName("video");
videoElements[0].setAttribute('playsinline', 'playsinline');
videoElements[0].setAttribute('webkit-playsinline', 'webkit-playsinline');
1 Like

Hello @mohammad_altoiher

We added the playsinline attribute to the video component settings Monosnap
Please let us know if this solution works for you.

Regards,
Inna

1 Like