# crop

Published articles for crop.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## First Look At The CSS object-view-box Property

DevFeed: [First Look At The CSS object-view-box Property](<https://devfeed.tech/articles/first-look-at-the-css-object-view-box-property-45300.md>)

Original publisher: [Read original article](<https://ishadeed.com/article/css-object-view-box/>)

Author: Ahmad Shadeed

Published: 2022-05-20T00:00:00Z

Content type: tutorial

Language: en

Sources: [Ahmad Shadeed](<https://devfeed.tech/sources/ahmad-shadeed.md>)

Topics: [CSS](<https://devfeed.tech/topics/css.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [SVG](<https://devfeed.tech/topics/svg.md>)

Tags: [crop](<https://devfeed.tech/tags/crop.md>), [css](<https://devfeed.tech/tags/css.md>), [image](<https://devfeed.tech/tags/image.md>), [svg](<https://devfeed.tech/tags/svg.md>), [viewbox](<https://devfeed.tech/tags/viewbox.md>)

### AI overview

A tutorial on the proposed CSS object-view-box property, which enables cropping and positioning replaced HTML elements such as images. It explains existing approaches and demonstrates using inset values to define the visible rectangle without distortion.

### Source excerpt

A new CSS property that will help in cropping images similar to how we use the viewBox in SVG.