Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Height of Custom Liquid Section on Safari wrong

Height of Custom Liquid Section on Safari wrong

ZachYamaoka
Visitor
3 0 0

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!

 

ZachYamaoka_0-1655393379375.png

ZachYamaoka_1-1655393394769.png

 

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 -->

Replies 0 (0)