Issue with making iFrame on Page Full Width and mobile friendly

Issue with making iFrame on Page Full Width and mobile friendly

anthonyNYCFPOK
Tourist
4 0 0

I used an iframe to embed this 3D configurator on a page. I'd like it to be more user-friendly and make it full width and with a better height on desktop and also with the good usability on mobile screens.

 

https://nycfireplaceshop.com/pages/pergola-3d-configurator

Replies 6 (6)

TheScriptFlow
Shopify Partner
709 49 92

May I know are you using any app of Shopify Section for it?

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button! And Wait Don't forget to Buy me a Coffee

anthonyNYCFPOK
Tourist
4 0 0

No, I just simply added a new page and created a new template through my theme editor. I can directly edit the CSS specific to this page template through the theme editor.

TheScriptFlow
Shopify Partner
709 49 92

Most likely that iframe added through a section. Could you please click on theme section and on the right side there will be option to Make it's width 100%.

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button! And Wait Don't forget to Buy me a Coffee

anthonyNYCFPOK
Tourist
4 0 0

If I do it through the section, then I will need the proper code so that it resizes properly to fit all screens. Turning on section full width through my theme editor does nothing <iframe src="https://buildown.shop/allproducts/nycfireplaces.com/en" height="2000" width="1000" title="Pergola 3D Configurator"></iframe> 

TheScriptFlow
Shopify Partner
709 49 92

Could you please try this code instead?

<iframe src="https://buildown.shop/allproducts/nycfireplaces.com/en" height="2000" width="100%" title="Pergola 3D Configurator"></iframe> 

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button! And Wait Don't forget to Buy me a Coffee

anthonyNYCFPOK
Tourist
4 0 0

After clicking into one of the products on the configurator, the left side bar Dimensions for exact, the bottom buttons for next are cut-off now after applying your code.