JIT
Html code snippet for autoplaying hls video without controls
write a html code snipet that can play a HLS video url from bunny.net, that does autostart the video, remove all controls, and play in loop. this is the HLS url="https://vz-eb18f8bd-faa.b-cdn.net/d747575f-c74e-4dbc-a0cb-85de228548a9/playlist.m3u8"

Here's the HTML snippet that meets your requirements:

Updated files
v1
write as small code as possible

Here's the minimal version:

Updated files
v2