Hello fellow webflowers
I can’t figure out why I can’t make an embed code to scroll on mobile. Does any one can take a look at my project and point me in the right direction please?
The element is here:
and it can be triggered here “Book” Page > Bottom Section “Book Anna Scheller” > Column “Sponsor” > Button "Lets chat, here:
Here is my preview link and here is the live project .
Thank you
Hello again
Does anybody at @webflow can help with this? What about @Waldo @DFink @cyberdave or @PixelGeek ?
Cheers,
DFink
(Dave)
October 5, 2016, 5:57am
3
Can you paste the custom code embed? It has nothing to do with webflow, it looks like their embed is not responsive.
Thank you for the response @DFink
Here is the embed code
<iframe src="https://annascheller.youcanbook.me/?noframe=true&skipHeaderFooter=true" id="ycbmiframeannascheller" style="width:100%;height:1000px;border:0px;background-color:transparent;" frameborder="0" allowtransparency="true"></iframe><script>window.addEventListener && window.addEventListener("message", function(event){if (event.origin === "https://annascheller.youcanbook.me"){document.getElementById("ycbmiframeannascheller").style.height = event.data + "px";}}, false);</script>
DFink
(Dave)
October 6, 2016, 2:44am
5
It’s an iframe which will always be really hard to get to be responsive. I suggest looking into making iframes responsive on the forums or online. Sorry I don’t have better news.