im trying to make image bigger but it just doesn;t get bigger
this is just an extensions from vscode and it is on iphone x
so please can somebody help me
13 Replies
Post the HTML structures for that part also
yep
here
what are dimensions of that image?
Of the cas without responsive right?
the actual image that you load in
Image tags usually dont stretch bigger than their image is.
Maybe setting
width
or object-fit
can help.I'll try when i'll go home and tell u more
btw, your .portfolio-card has grid-template-columns, but the display is block. that will do nothing
the css for
.portfolio-img
seems unnecessaryso what should i do ?
in this case
cuz i got no idea fr
so now i find smth else
i did this
and when i hover to image it gets bigger
but idk if u can see that in the right and left
have like a padding or margin
how can i get rid of it
I am not sure I follow. Could you please tell us, what step you are stuck right now? Maybe create a codepen/stackblitz/etc., so we can understand your problem better.