Hi guys!
im trying to solve my issue embeeding my forms on my website, but i get stuck when on a 100% page the element wont function, when i zoom out and then start hoovering my mouse on the element form it will work, ive tryed playing with the hight and width but with no luck
what am i missing out? im just no coder so im sure its a small peace of code i can add or change to make it work out,
appriviate the help!
sharing a video also:
page: https://www.camelmountain.co.il/pages/43823-qa24564
code added: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>שאלות ותשובות</title> <style>*{margin:0;padding:0;} html,body,#wrapper{width:100%;height:100%;} iframe{border-radius:0 !important;}</style> </head> <body> <div id="wrapper" data-tf-widget="zmFCkQZe" data-tf-inline-on-mobile data-tf-medium="snippet" ></div> <script src="//embed.typeform.com/next/embed.js"></script><script>window.tf.load()</script> </body> </html>
(tryed adding the <script>window.tf.load()</script> , like ive seen on other posts but wont work )