Hi there,
When I reduce the width of the display size from width: 100% to width: 50% the video aligns to the left.
Any chance how you can tell me how to center it?
Here is the code
<video poster="videos/video-poster.jpg" preload="auto" controls autoplay loop muted style="display: block; width: 50%;" >
<source src='videos/We-Focus-on-Interest.mp4' type='video/mp4' />
</video>
If you point me to a way to do it via custom CSS, would you please include instructions on where exactly to place the custom code?
Thank you!!
