I was not able to find this in the docs, so I ask here.
Is it possible to tell IMGKit to convert a specific part of HTML? I just want a PNG of a specific container.
So, if my HTML markup looks like this:
<html>
<head><title>Test</title></head>
<body>
<div class='container'>
Test
</div>
</body>
</html>
Just take a screenshot from the div container?
source
share