honeinc / hone-embed

Simple interactions with embedded Hone Questions and Quizzes
http://gohone.com
2 stars 0 forks source link

Resize option #7

Closed jcblw closed 10 years ago

jcblw commented 10 years ago

This will allow you to specify if you want the iframe to resize its height to the contents height.

hone.init({
   resize : true
});

or

<iframe src="..." data-resize="true" data-hone ></iframe>