Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
const findIndex = fieldsListInTotal.findIndex(i => i.field === field) if (findIndex !== -1) { fieldsListInActive.push(fieldsListInTotal[findIndex]) }
article .img_preview img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; object-position: center; }
.grid-item img { /* width: 100%; */ /* height: auto; */ /* vertical-align: top; */ display: table; }
div { margin: 0 auto; text-align: center; }