Hi there - Very happy with my Advanced iFrame Pro purchase, especially since I can now relay parameters!
My current shortcode looks something like this:
Code:
[advanced_iframe securitykey="xxxxxx" src="http://xxx:7778/chat27/irc.xxx.org:+6697?nick={usermeta-first_name}&#Chat27Beta" width="100%" height="600"]
My old iFrame code allowed me to set the iFrame height the a percentage of the viewport height like this, and it was perfect for my needs:
Code:
<iframe name="chatpanel" src="http://xxx:7778/chat27/irc.xxx.org:+6697?nick=xxx&#Chat27Beta" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0" width="100%" style="min-height: 400px; width:100%; height:80vh;"></iframe>
How would I apply the same kind of formatting to the shortcode? The below doesn't seem to want to suffice
Code:
[advanced_iframe securitykey="xxxxxx" src="http://xxx:7778/chat27/irc.xxx.org:+6697?nick={usermeta-first_name}&#Chat27Beta" width="100%" height="80vh"]