There are several notably different modes of page zooming: •
Text resizing resizes the text by increasing or decreasing the font size, with wrapping to avoid horizontal scrolling, leaving the size of the images the same. This was available in old web browsers and browsers with special extensions. • Another mode resizes all objects (text, images, boxes, embedded videos, etc.) and performs a
layout shift / reflow such that the page still fits horizontally on the screen. In web browsers, this is available through and . •
Visual viewport zoom resizes all objects without performing a reflow, i.e., the page does not fit horizontally on the screen and the user has to scroll left or right to see other objects. In web browsers, this is available through
pinch gestures on a touchscreen or touchpad. Due to having both a keyboard and a multi-touch touchpad, laptop computers support the latter two modes in many web browsers. ==User interface==