Answer the question
In order to leave comments, you need to log in
Why is the picture not scaling on large screens?
I'm trying to adapt the page and have almost completed everything, but the picture on the page goes beyond the block when the screen width is more than 1360px
<img class="_0bu" src="https://sergo-zar.dev.zkelo.ru/_/1/www.key-axioms-business.kryvoruchko.com/0BE.jpg"/>
._0bu{
/*max-height: 403px;*/
height: 403px;
float:right;
margin: 10px 10px 0px 10px;
}
@media screen and (min-width:1360px){
/* код */
._0bu{
max-height: 403px;
}
/* код */
}
@media screen and (min-width:1700px){
/* код */
._0bu{
/*max-height: 5%;*/
/*position: relative;*/
height: auto !important;
margin-top: 10px;
}
/* код */
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question