Source code
Revision control
Copy as Markdown
Other Tools
# View background images
In the {ref}`Rules view <page-inspector-ui-tour-rules-view>`, you can see a preview of images specified using [background-image](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/background-image). Just hover over the rule:
```{image} css-image-preview.png
:class: center
```
If you right-click the image declaration, you'll see an option to copy the image as a data: URL:
```{image} css-copy-image-data-url.png
:class: center
```