Im working on a new website, http://blgz.co/, and for some weird reason, all my images are being squeezed!!!!!. I have spent the last few hours trying to solve the problem to no avail. Any help would be great! Thanks.
Can't figure out why you're adding the max-width declaration to your global img
tag. Remove that and all your images will flow normally:
img {
height: auto;
max-width: 100%; /* remove */
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With