HTML5 Video color difference Chrome & Internet Explorer
问题 I'm using the HTML5 video tag to play a short video on my website with this code: <video width="100%" poster="/images/video_preview.jpg"> <source src="/images/movie.mp4" type="video/mp4"> <source src="/images/movie.webm" type="video/webm"> Your browser does not support HTML5 video. </video> The video's are shown but when I'm on my website in Google Chrome the colors look a little bit more purple then they should be and on Internet Explorer the whole video got a darker look. I also have a