A space to discuss online store customization, theme development, and Liquid templating.
Hello,
I have made a page template to embed a calendely sign up board.
On Chrome, in the shopify theme editor it looks great. But on safari the height is to small...
Please help!
Here is the code:
<!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url={{ "https://calendly.com/dfuture?hide_landing_page_details=1&hide_gdpr_banner=1&primary_color=aa14f0&nam..." | append: customer.first_name | append: "%20" | append: customer.last_name | append: "&email=" | append: customer.metafields.customer_fields.dentist_email_address }}
style="min-width:320px;height:630px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script>
<!-- Calendly inline widget end -->