Published WebsiteBaker Patch 1152022-05-31 : read more about…
Published WebsiteBaker 2.13.1 r1032022-04-16 : read more about…
PHP-8.1 released. 2021-11-25PHP-7.3 End Of Life. 2021-12-062021-12-02 : read more about…
After the successfull miniHero Banner module there is now a special version that uses video backgrounds.Tip: always upload a mp4 and a webm version of the video to ensure playing on all (modern) browsers.Demo, information and download: https://dev4me.com/modules-snippets/opensource/minihero-video-banners/
<video autoplay muted playsinline controls> <source src="video.mp4" type="video/mp4"> <source src="video.webm" type="video/webm"></video>
This plays well but no sound on iPhone7:Code: [Select]<video autoplay muted playsinline controls> <source src="video.mp4" type="video/mp4"> <source src="video.webm" type="video/webm"></video>
Could you check the demo on https://dev4me.com/modules-snippets/opensource/minihero-video-banners/demo/ again?I added the missing playsinline parameter. Hopefully that fixes it for iPhones.
Yes, now it works correct on iPhone7.
Just tried this module out for the first time - but the video does not play on Android, it seems?