I've been asked to embed https://stallion-sphere.herokuapp.com in a webpage, with the problem I'm having when I use:
<iframe src="https://stallion-sphere.herokuapp.com" width="1000" height="1200" scrolling="yes">
</iframe>
Being that when when one of the horses in the stallion sphere is clicked on, a pop up appears with the details of that horse that has an height greater than 1200, but it won't scroll so that you can see the rest of the horse info.
My question is, how can I embed the horse sphere in an HTML page so that when somebody clicks on a horse, the full info that appears in the pop up can be scrolled through?