You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
The images are, in fact, not resizing in mobile ;-;
In my CSS I have img { max-width: 100%; } which basically says the width of the image cannot exceed the width of the container it's in. So if the container shrinks to be narrower than the image, the image shrinks with it. Hope that helps!