Beaver Builder changing my code?

Hi,

This might seem like a strange question, but is Beaver Builder changing my HTML? I assume it isn’t because why would it be?

What I entered:
<video autoplay loop muted controls="false" width="500" height="500"> <source src="video.mp4" type="video/mp4" />

What it changed it to:
<video autoplay="autoplay" loop="loop" muted="muted" controls="controls" width="500" height="500"> <source src="video.mp4" type="video/mp4" />

It also decides to change the width for some reason. The obvious issue here is that it brings the controls back even when I explicitly declare them as false, but a bigger issue is: Why on earth is it changing my html code? How do i turn this feature bug off?

Thanks

Where are you adding this HTML? Do you have an example?