mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-2829 set height of image
This commit is contained in:
@@ -13,11 +13,10 @@ ul.image_set{
|
|||||||
li.image_box a img{
|
li.image_box a img{
|
||||||
position:relative;
|
position:relative;
|
||||||
border:none;
|
border:none;
|
||||||
width: 100%!important;
|
width: auto!important;
|
||||||
height: auto!important;
|
height: 100% !important;
|
||||||
top: 0 !important;
|
top: 0 !important;
|
||||||
object-fit: cover;
|
object-fit: contain;
|
||||||
|
|
||||||
}
|
}
|
||||||
li.image_box a{
|
li.image_box a{
|
||||||
padding:0;
|
padding:0;
|
||||||
@@ -40,7 +39,10 @@ li.image_box{
|
|||||||
.thumb_wrapper {
|
.thumb_wrapper {
|
||||||
background: #ededed;
|
background: #ededed;
|
||||||
width: 100%!important;
|
width: 100%!important;
|
||||||
height: 100%!important;
|
height: 160px!important;
|
||||||
|
@media screen and (max-width: 767px) {
|
||||||
|
height: 130px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 767px) {
|
@media screen and (max-width: 767px) {
|
||||||
|
Reference in New Issue
Block a user