Skip to content

Commit f06931d

Browse files
committed
add(style): set dimensions and object-fit for specific images
1 parent 45723ea commit f06931d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

browser/src/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
img[src*="dl.infragistics.com/x/img/people"] {
2+
width: 62px;
3+
height: 62px;
4+
object-fit: cover;
5+
}

0 commit comments

Comments
 (0)