enter image description here
I need to make my webm video to run in safari(in chrome everything is fine) but I have issues like: white background, controls, weird behaviour, I have more webm videos that works perfectly with safari
<div className="SecondPage">
<img src='200_d.gif' className='glist'/>
<video className='video-player' autoPlay playsInline>
<source src='title.webm' type='video/webm' />
Your browser does not support the video tag.
</video>
<a className='asd1' href={dex}><img src='coin1.svg' /></a>
<a href={pump} className='asd2'> <img src='coin2.svg' /></a>
<a href={tg} className='asd3'> <img src='coin3.svg' /></a>
</div>
I have tried lots of params but nothing helped
New contributor
Who Echo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.