L
L
lue merg2015-08-27 18:59:18
css
lue merg, 2015-08-27 18:59:18

How to make square images?

It is necessary to make square images
PS all images have a different size, both vertical and horizontal, if you set the same width and height, the picture is stretched

<a class="example-image-link" href="http://lokeshdhakar.com/projects/lightbox2/images/image-3.jpg" data-lightbox="example-set">
  <img class="example-image" src="http://lokeshdhakar.com/projects/lightbox2/images/thumb-3.jpg" alt=""/>
</a>

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Stalker_RED, 2015-08-27
@luemerg

Если пропорции не совпадают, то можно
1. растянуть
2. обрезать
3. повторять картинку
4. дополнить фоновым цветом/изображением.

Денис Васильев, 2015-08-27
@corvus007

А если картинке задать object-fit: cover;

Александр Синицын, 2015-08-27
@a_u_sinitsin

Обычно делаю квадратный блок через padding-bottom: 100%; и вывожу изображение фоном с background-position: center; background-size: cover;

Z
zooks, 2015-08-27
@zooks

Грамотней всего обрезать через PHPthumb.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question