vbauer / manet

Website screenshot service powered by Node.js, SlimerJS and PhantomJS
MIT License
576 stars 102 forks source link

html5 video tag not supported whereas slimerjs supports it #85

Open marcwaz opened 7 years ago

marcwaz commented 7 years ago

Hello, By using these parameters, you will notice that the screenshot of a mp4 video embedded in html5 video tag is not supported:

?url=esolutionpro.gr&width=1280&height=800&delay=2000&format=png&engine=slimerjs

Where as, if you take a look about slimerjs feature, it should support it: https://slimerjs.org/features.html

What's your opinion ?