hello
i dont understand how can understand you my mean
please see demo: https://we.tl/t-CbNblx6Knt
when i preview and miniaturize my browser window , i see card images are not show correctly ( look at the pictures in preview )
video demo :
Pablo wrote: Wed Jun 02, 2021 12:45 pm
There is no enough space for image to fit so you will need to add a breakpoint to change the layout for smaller screens.
yes, i understand the problem is enough space
i create 768px and 411px breakpoints, but it not effect on space and images not show correctly again in small screens
demo: https://we.tl/t-NkAxEntB55
All you did was add breakpoints.
You will need to actually change the flexbox properties otherwise it will not make any difference.
For example, switch to 'column' mode (and stretch the cards). Also, you may need to remove the 'max-width' of the cards.
Pablo wrote: Wed Jun 02, 2021 1:00 pm
All you did was add breakpoints.
You will need to actually change the flexbox properties otherwise it will not make any difference.
For example, switch to 'column' mode (and stretch the cards). Also, you may need to remove the 'max-width' of the cards.
I have reached results, but i have other question
please see this new demo : https://we.tl/t-KI3urZnqqt
in default breakpoint , the 5 cards shown in One row.
can i set 4 cards in two raw in 980px?
i test many, but in 980px cards shown in One row one by one
Pablo wrote: Thu Jun 03, 2021 5:54 am
This is possible if you give the cards a fixed width (via flex basis). Then for each breakpoint set different values.