Screen resolution is the number of pixels your monitor have in horizontal and vertical dimensions.
- HTML5
- CSS3
- JavaScript (ES6+)
- How to detect when the window size is resized using JavaScript?
- MDN: Window: resize event
- MDN: Viewport concepts
- Window sizes and scrolling
- Difference between offsetHeight, clientHeight and scrollHeight
- What is offsetHeight, clientHeight, scrollHeight?
- Difference between offsetHeight and clientHeight
- MDN: Resize Observer API
- ResizeObserver: it’s like document.onresize for elements
- ResizeObserver – a new powerful tool for Responsive Web
- The Resize Observer explained