<iframe
id="inlineFrameExample"
title="Inline Frame Example"
width="700"
height="200"
data-hover-width="900"
data-hover-height="800"
src="example.com"
style="position: absolute; top: 200px; left: 200px; border: 2px solid black;"
onmouseover="changeSize(true)"
onmouseout="changeSize(false)">
</iframe>