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?
Actually the viewport is doing what is supposed to do... what you could do make sure that your elements aren't fixed width.
You could use percentages like this -> https://stackoverflow.com/questions/24299990/can-percentage-be-provided-in-iframe-tag-of-html5-tag-for-height-and-width You could also give them a minimum size, too, if you don't want your frames to shrink beyond a certain point. e.g. - width:60&; min-width:120px;