Description:
When you specify an URL as a image file name, II2LN will connect to the internet and retrieve the URL as an image
By using this import option you can simulate a certain size of the browser window when the snapshot is retrieved. This can be nice to use if you want to see how the web pages look when shown in a browser with for example 800 or 1024 pixels width.
Declaration:
SetWebGrabBrowserSize:<width>,<height>
Parameters:
Param |
Description |
<width> |
The width of the browser window, in pixels |
<height> |
The height of the browser window, in pixels |
Notes:
Note that if the page doesn't fill the complete specified window size, II2LN will add blank space with the background color of the web page. This may give strange results if the web site is fully controlled with CSS or Flash.
Introduced in version:
1.4.0.0
Repeatable
No