HannahW Posted March 20, 2023 Share Posted March 20, 2023 (edited) Hi, I'm trying to embed the booking form from the website I use to manage my practice (Halaxy), and am having an issue where only the top section of it displays. I can scroll up and down to view the whole thing, but I'm only able to view it through a small area, no matter how much I expand the block. It shows up this way both while editing the page and when viewing it (both on desktop and mobile). The first screenshot I've attached is of this. This is the code: <iframe src="https://www.halaxy.com/book/widget/psychologist/simon-wegman/721981/624781" style="border:0;width:100%;height:100%;"></iframe> I worked out that by changing the height %, I could get it to display correctly on desktop (shown in second screenshot), but now it looks totally off on mobile (third screenshot). It also goes wonky in the desktop mode if I start resizing the browser window. Does anyone know what I need to do to get both desktop (regardless of how the window is sized) and mobile to display correctly? Thanks! Edited March 20, 2023 by HannahW Link to comment
tuanphan Posted March 25, 2023 Share Posted March 25, 2023 Hi, Can you share link to page where you added the form? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
HannahW Posted April 10, 2023 Author Share Posted April 10, 2023 Sorry for the delayed response, when there were no replies after a few days, I thought that was the end of that. I ended up getting a friend to help. Thanks anyway! tuanphan 1 Link to comment
KyleD123 Posted July 25, 2023 Share Posted July 25, 2023 Having the same issue, how did you fix it? Link to comment
tuanphan Posted July 26, 2023 Share Posted July 26, 2023 On 7/25/2023 at 7:05 AM, KyleD123 said: Having the same issue, how did you fix it? If you share link to page where you have problem, we can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Penscope Posted August 5, 2023 Share Posted August 5, 2023 Having the same issue at the following page https://www.thelittlehouseofhealing.com.au/halaxy help pls Link to comment
tuanphan Posted August 7, 2023 Share Posted August 7, 2023 On 8/5/2023 at 8:50 AM, Penscope said: Having the same issue at the following page https://www.thelittlehouseofhealing.com.au/halaxy help pls change your iframe code to this <iframe src="https://www.halaxy.com/book/widget/hypnotherapist/sascha-graham/1091121/876261?wmode=opaque" data-embed="true" style="border:0;width:100%;height:1000px;"></iframe> I changed height:100% to height:1000px Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Penscope Posted August 8, 2023 Share Posted August 8, 2023 Amazing! You're a champion. Thanks tuanphan 1 Link to comment
poojabharadwaj Posted March 8 Share Posted March 8 Hi, I have tried the same code but my widget is not appearing correctly on mobile. And also tried with these two code snippets/ CSS but I haven't been able to make the iframe bigger I have used these two code snippets as well to test <iframe src="https://www.halaxy.com/book/widget/altspace-therapies/location/1056481" style="border:0;width:100%;height:1000px;"></iframe> <style> .embed-responsive { overflow: hidden; padding-top: 56.25%; /* Aspect ratio for responsive design (16:9) */ position: relative; } .embed-responsive iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; } </style> <div class="embed-responsive"> <iframe src="https://www.halaxy.com/book/widget/altspace-therapies/location/1056481" frameborder="0" allowfullscreen></iframe> </div> Here's a picture for your reference. Looking forward to your inputs. Thank you. Link to comment
poojabharadwaj Posted March 8 Share Posted March 8 Hi I am having the same issue on mobile and my calendar looks wonky and there's too much scrolling. I have tried the same code but my widget is not appearing correctly on mobile. And also tried with these two code snippets/ CSS but I haven't been able to make the iframe bigger for mobile view I have used these two code snippets as well to test <iframe src="https://www.halaxy.com/book/widget/altspace-therapies/location/1056481" style="border:0;width:100%;height:1000px;"></iframe> <style> .embed-responsive { overflow: hidden; padding-top: 56.25%; /* Aspect ratio for responsive design (16:9) */ position: relative; } .embed-responsive iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; } </style> <div class="embed-responsive"> <iframe src="https://www.halaxy.com/book/widget/altspace-therapies/location/1056481" frameborder="0" allowfullscreen></iframe> </div> Here's a picture for your reference. Looking forward to your inputs. Thank you. Link to comment
tuanphan Posted March 10 Share Posted March 10 On 3/8/2024 at 2:06 PM, poojabharadwaj said: Hi I am having the same issue on mobile and my calendar looks wonky and there's too much scrolling. I have tried the same code but my widget is not appearing correctly on mobile. And also tried with these two code snippets/ CSS but I haven't been able to make the iframe bigger for mobile view I have used these two code snippets as well to test <iframe src="https://www.halaxy.com/book/widget/altspace-therapies/location/1056481" style="border:0;width:100%;height:1000px;"></iframe> <style> .embed-responsive { overflow: hidden; padding-top: 56.25%; /* Aspect ratio for responsive design (16:9) */ position: relative; } .embed-responsive iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; } </style> <div class="embed-responsive"> <iframe src="https://www.halaxy.com/book/widget/altspace-therapies/location/1056481" frameborder="0" allowfullscreen></iframe> </div> Here's a picture for your reference. Looking forward to your inputs. Thank you. Can you share link to this page? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment