Thanks! I feel like I don't have enough good material, but thanks! Haha, guess I need to get a decent phone, and an iPad too. Damn html. I just want to model and paint :D For the videos I added download links, also in case people have a script blocker. Do those links work?
Do script blockers block html 5 video tags? i use them on my folio to show video with either an mp4, ogg or webm file. that way it works on every device. this is the tag, <video width="360" height="240" controls> <source src="blabla.mp4" type="video/mp4"> <source src="blabla.ogg" type="video/ogg"> <source src="blabla.webm"…