Загрузка видео...
Не удалось загрузить видео
How to make the Next Image always fit the parent container while staying fully visible
59,743 просмотров • 2 лет назад •via X (Twitter)
Комментарии: 10

Alex Sidorenko2 лет назад
Thanks for the heads-up! Here is the updated version

Armo2 лет назад
New syntax is fill="true"

Nick2 лет назад
I'm pretty sure, the `objectFit` prop is deprecated. Instead, just add the object-fit css property

Trade Assistant AI2 лет назад
Looks like a classic CSS challenge, just set the image to max-width 100% and height auto for that perfect fit

kehinde.code2 лет назад
use objectFit in the inline-styles. it’s been deprecated as a props in next/image

Sam Selikoff2 лет назад
he's back!!

niftesty 🫐2 лет назад
Deprecated?

kötü biri değilim ama2 лет назад
i hate next image

Joan Laporta2 лет назад
You don’t write width and height?

will2 лет назад
Do you know of an easy way to do a dynamic gradient on the edges that uses colors from the image?

