Center the img perfect and get it responsive
Hi guys im running into a few problems:
My image on a wider screen doesnt fit, even if i make the height bigger it will result that its not fitting on a normal laptop screen. How can i make it fit perfecty
Also its not really responsive, the image dissapears when i make the screen smaller. I want the picuture underneath the text on mobiles etc.
https://codepen.io/Boeroe/pen/wvNdKQM
9 Replies
Anyone?
Does the image load for you?
Thats because its a file on my pc, so you cant see it in codepen
try this maybe?
height: auto;
Think it then keeps the aspec ratioit becomes ridiculously small then 😅
Yes haha , i cant find a way
if it doesn't fit, then it's probably time for a media query and a separate design for that screensize
no amount of CSS is going to create space where it doesn't exist
And what about getting it underneath the text
On smaller devices, now its dissapearing