Why does my Zillow 3D Tour embed autoscroll the property site to the embed?

Why does my Zillow 3D Tour embed autoscroll the property site to the embed?

Zillow has pushed out some code in their embeds that force the users to scroll straight to the Zillow 3D tour when the property sites load. We are unsure how long this fix will work for and unfortunately we have no way of removing this code from their iframe embeds. Below you will find an example embed code that currently fixes this issue. All you need to do is replace the Zillow 3D Tour URL Here text with the URL for your tour.

<iframe src="Zillow 3D Tour URL Here" height="100%" width="100%" frameborder="0" allowfullscreen style="position: absolute; top: -10000em; visibility: hidden;" onload="this.style.position='static'; this.style.visibility='visible';"></iframe>