JSFiddle - React, Tailwind, and code Playground
by duopixel
HTML
<iframe id="first" src="http://stackoverflow.com/questions/4975986/jquery-or-css-to-display-thumbnail-of-external-page" width="800" height="500" scrolling="no" border="0"></iframe>
CSS
#first {
-moz-transform: scale(0.5, 0.5) translate(-50%, -50%);
-webkit-transform: scale(0.5, 0.5) translate(-50%, -50%);
-o-transform: scale(0.5, 0.5) translate(-50%, -50%);
transform: scale(0.5, 0.5) translate(-50%, -50%);
border: solid #999 10px;
border-radius: 10px;
}