Jump to content
  • 0

Обрезать картинку по высоте


3d_max_9
 Share

Question

Столкнулся с проблемой отображения картинок в блоке.

Вот состряпал на быструю руку пример

http://cssdeck.com/labs/pf43xo0u

здесь картинка вылазит по высоте за блок div

если ее ограничить по высоте то она сжимается

http://cssdeck.com/labs/mxkx6uxy

как можно сделать так что бы она обрезалась по высоте а не сжималась?

спс!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Чем overflow: hidden; для блока не угодил? (Не забудь высоту у картинки убрать)

Хотя, подозреваю есть еще более изящный способ. Это просто первое, что в голову пришло.

Edited by advokatua
Link to comment
Share on other sites

  • 0

Чем overflow: hidden; для блока не угодил? (Не забудь высоту у картинки убрать)

Хотя, подозреваю есть еще более изящный способ. Это просто первое, что в голову пришло.

спс то что нужно

Link to comment
Share on other sites

  • 0

.wiev{
width:190px;
height:100%;
border:1px solid #333;
margin:50px;
}
img{
display: block;
width:190px;
}

вопрос не верно понял(

вот верный ответ)

.wiev{
overflow: hidden;
width:190px;
height:200px;
border:1px solid #333;
margin:50px;
}
img{
width:190px;
}

Edited by spdif
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy