Change browser size basing on a component size
Hi all,
I would like to change the browser size by specifying a specific dimension for a component within the Page (and automatically adapt the browser size to display the component in the specified resolution), instead that specify the width or height of the entire browser window (with the "Position" method).
For example: my page displays a component, and I want to force to display this component with a resolution of 920*680. It is not relevant the browser dimensions, but the thing that is important is to have the component displayed with the required dimension.
The final scope will be to do an image comparison with a benchmark image saved with this resolution.
There is a way to do this?
Thanks!
Simona
Hi Simona,
I think that how this component scales according to the size of browser's viewport is its internal functionality.
Thus I see two possible options:
a) Talk to your developers and create a table or a formula expression that will match component's size with the size of viewport. Then set viewport to the required size and you should be all set. (If component's size appears to be incorrect this may mean either an error in your table/formula or an issue in component's scaling algorithm);
b) Set some initial size for viewport and get the resulting size of component. Incrementally decrease or increase the size of viewport (or the entire browser's window, this is irrelevant in your case) in a loop until the component becomes of the size that you need.