CSS overrides

Deal with stretched elements

In order to take a screenshot of the whole page Diffy opens it in a really tall browser window (over 30.000 pixels in height).

In case a website has styles that use vh units or percentages of the window height these elements can be stretched. We try to deal with these elements in an automatic fashion but some elements still can take more space than you expect.

In this case, you can override CSS for these elements and set their height in pixels.

Here is a video that shows how to target these elements.

Last updated