In responsive design, setting the ________ property ensures that images and other elements are displayed crisply on high-DPI screens.
- crisp-display
- image-rendering
- pixel-density
- resolution
The image-rendering property in CSS is used to control how images are scaled and rendered. Setting it to pixelated ensures that images are displayed crisply on high-DPI screens.
Loading...
Related Quiz
- In a project that requires support for multiple browsers, including older ones, what strategy should be adopted when using CSS properties that are not universally supported?
- You're optimizing a website for better scroll performance. Which CSS property would you use to hint to the browser about an element that will change frequently?
- In CSS Grid, what is the function of the grid-template-areas property?
- What is the main advantage of using a modular CSS approach?
- In a complex layout, a developer needs to stop floated elements from wrapping around a particular element. Which CSS property and value pair should they consider applying to that element?