'Remove video play-button when iOS mode is "lower power"

I autoplay my videos and this is working perfect. The only problem is, when a iOS user is on lower power mode the videos are not autoplaying. Then the videos all are covered with the "play-button". Insted i just would like to show the thumbnail without play-button. Is it possible to hide the controls for certain videos on iOS?

<video autoplay loop muted playsinline>
<source src="video.mp4" type='video/mp4' />
</video>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source