Deleted width and height in search-image

Width and Height is already defined with cropZoom(100,100) filter in search results template.
This commit is contained in:
pmoreno.rodriguez 2023-02-04 12:47:33 +01:00 committed by GitHub
parent 7bcd5189b0
commit ca381944f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,8 +70,6 @@
}
.search-image img {
overflow:hidden;
width: 100px;
height: 100px;
object-fit: cover;
object-position: 0 100%;
}