feat: add fullpage and maxheight parameters for enhanced screenshot options
All checks were successful
Build Container / docker (push) Successful in 4m13s

This commit is contained in:
2026-04-24 15:43:08 +02:00
parent ada976a224
commit 7360d0b08a
4 changed files with 67 additions and 10 deletions

View File

@@ -102,6 +102,18 @@
<td>Allows you to enable/disable JavaScript in the rendered Website. Default value: yes</td>
<td>js=false</td>
</tr>
<tr>
<td>fullpage</td>
<td>true|false</td>
<td>Capture the full page height instead of just the viewport. Useful for long pages and LLM analysis. Default: false</td>
<td>fullpage=true</td>
</tr>
<tr>
<td>maxheight</td>
<td>1&ndash;30000</td>
<td>Maximum pixel height when using fullpage=true. Default: 15000</td>
<td>maxheight=20000</td>
</tr>
</tbody>
</table>
</section>