I haven't been able to find this in the docs, so that's why I am asking here.
Is it possible to tell IMGKit to convert a specific part of the HTML? I just want the 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 of the container div?