Thread Starter
madmi
(@madmi)
it is not what I expected 🙁
header image located more low – good, have good size under custom resolution but under low resolution appears grey box under the header image
How can I do the same for panel image and fix this grey box?
I am thanking in advance
Thread Starter
madmi
(@madmi)
Almost Resolved 🙂
I add this code for customs resolution 1920, 1600, 1400,
and now looks much better
@media screen and (max-width: 1920px) {
.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe,
.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
height: auto;
left: 0;
max-width: 100%;
min-height: 0;
-o-object-fit: unset;
object-fit: unset;
position: relative;
-ms-transform: none;
-moz-transform: none;
-webkit-transform: none;
transform: none;
}
}
but now i’ve got o grey box under the header image and i dont’t know from ?