Hi TinyWeb,
Thanks I have done below for PART I :
http://d14764987.i184.quadrahosting.com.au/drop-in-passes/
Code:
[advanced_iframe src="//d14764987.i184.quadrahosting.com.au/price/drop-in.html" use_shortcode_attributes_only="true" width="100%" height="100vh" id="drop1" scrolling="no" enable_responsive_iframe="true" enable_ios_mobile_scolling="true" show_iframe_loader="true" onload_scroll_top="iframe" onload_resize_delay="100" ]
- Taking out onload_resize="true" and added height="100vh"
- var height doesn't show all of PART II https://cyclecollective.myperformanceiq.com/bookings/checkout/class_pack/2778?set_location=402
- Does not resize on mobile or web
I've added height="2100" to below for testing for below:
http://d14764987.i184.quadrahosting.com.au/ride-packs/
Code:
[advanced_iframe use_shortcode_attributes_only="true" src="//d14764987.i184.quadrahosting.com.au/price/ride-packs.html" width="100%" height="2100" id="ride1" scrolling="no" enable_responsive_iframe="true" enable_ios_mobile_scolling="true" onload_resize_delay="250" show_iframe_loader="true" onload_scroll_top="true" onload_resize="true"]
I've added height="2100" and enable_external_height_workaround="true" to below for testing:
http://d14764987.i184.quadrahosting.com.au/popular-buys/
Code:
[advanced_iframe use_shortcode_attributes_only="true" src="http://d14764987.i184.quadrahosting.com.au/price/buy-initial.html" width="100%" height="2100" id="buy1" scrolling="no" enable_responsive_iframe="true" enable_ios_mobile_scolling="true" onload_resize_delay="500" show_iframe_loader="true" enable_external_height_workaround="true"]
PART II:
Still excess WHT space on web and mobile
Thanks
C