Hi there!
I'm really hoping you can help me out.
I've got a bunch of advanced iframes on my clients site. You can see them in action here:
http://www.theinhousegroup.com/sales-listings/http://www.theinhousegroup.com/rentals-listings/http://www.theinhousegroup.com/living-off-the-l-train/http://www.theinhousegroup.com/growing-out-of-your-condo/The content inside the frames are responsive, but I do not have access to those domains. Although I do have access to the team creating that content.
I'd like to make the frame responsive, so on mobile it is one property wide. This is the original code for
http://www.theinhousegroup.com/living-off-the-l-train/:
Code:
[advanced_iframe securitykey=665c1b35fe352c233219675dcdfcb5912e00d0f7 src="http://inhouse.realtymx.com/?page=properties&cat=37,51,77,78,79&ISCOMPANY=1&isMLS=1&STATUS=1,2" id="" height="1480" width="1000" show_part_of_iframe="true" show_part_of_iframe_x="0" show_part_of_iframe_y="0" show_part_of_iframe_width="1000" show_part_of_iframe_height="1480" hide_elements=".info,#sidebar" content_id="#main" content_styles="margin-top:0px;width:910px" show_iframe_loader="true"]
and this is the code I tried (using your code from this source:
http://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/responsive-iframes#e20), but it's not responsive.
Code:
[advanced_iframe securitykey=665c1b35fe352c233219675dcdfcb5912e00d0f7 use_shortcode_attributes_only="true" src="http://inhouse.realtymx.com/?page=properties&cat=37,51,77,78,79&ISCOMPANY=1&isMLS=1&STATUS=1,2" id="" height="1480" width="1000" show_part_of_iframe="true" show_part_of_iframe_x="0" show_part_of_iframe_y="0" show_part_of_iframe_width="1000" show_part_of_iframe_height="1480" hide_elements=".info,#sidebar" content_id="#main" content_styles="margin-top:0px;width:910px" show_iframe_loader="true" enable_responsive_iframe="true"]
But it's not working.
Please help!!!