CSS Properties: How to specify intrinsic width or height of the corresponding image slice?
Solution:
HTML Code:
Explanation:
- This HTML document demonstrates how to specify the intrinsic width or height of the corresponding image slice using the border-image-width property.
- The element with id "img1" is styled to have a transparent solid border with 15px width and 15px padding.
- It also uses a border image sourced from "https://www.w3resource.com/w3r_images/border.png", with the border image slices set to 30 and the border image repeated and rounded.
- border-image-width: auto; specifies that the width of the border image slice should be its intrinsic width, allowing it to adjust automatically based on the image's dimensions.
Live Demo:
See the solution in the browser
Supported browser
![]() |
![]() |
![]() |
![]() |
![]() |
Yes | Yes | Yes | Yes | No |
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.