<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Removing padding on Meeting Scheduler embed UI in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Removing-unnecessary-whitespace-on-Meeting-Scheduler-embed-UI/m-p/943495#M71908</link>
    <description>&lt;P&gt;Hey Jennifer—I'm expecting that HubSpot can fix this on the platform level, as there are multiple divs and containers inside the iframe that have different amounts of padding and margin on them to create the extra white space. This is pretty atypical for an embedded tool (e.g. Youtube doesn't add extra spacing around videos when embedded).&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2024 23:45:15 GMT</pubDate>
    <dc:creator>DanielZarick</dc:creator>
    <dc:date>2024-03-13T23:45:15Z</dc:date>
    <item>
      <title>Removing unnecessary whitespace on Meeting Scheduler embed UI</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Removing-unnecessary-whitespace-on-Meeting-Scheduler-embed-UI/m-p/943254#M71888</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm one of the co-founders of &lt;A href="https://arrows.to" target="_blank" rel="noopener"&gt;Arrows&lt;/A&gt;, a HubSpot Ventures portfolio company, and we work very closely with the HubSpot platform.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Below you'll see two images where we embed a HubSpot meeting scheduler on our website and inside our product (we also allow any user to embed their HubSpot meeting scheduler in their own Arrows onboarding plans).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've added a red border around the &amp;lt;div&amp;gt; which wraps the HubSpot scheduler embed, so you can see how much unnecessary padding and margin is added.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible for the Meeting Scheduler embed to have zero padding or margin on it? This would be a huge UI improvement for us and our shared customers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielZarick_0-1710351057829.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/113027i0505D1566AFA0EF3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielZarick_0-1710351057829.png" alt="DanielZarick_0-1710351057829.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielZarick_1-1710351062048.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/113028i2CD281FDD889EE9F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielZarick_1-1710351062048.png" alt="DanielZarick_1-1710351062048.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 23:45:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Removing-unnecessary-whitespace-on-Meeting-Scheduler-embed-UI/m-p/943254#M71888</guid>
      <dc:creator>DanielZarick</dc:creator>
      <dc:date>2024-03-13T23:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Removing padding on Meeting Scheduler embed UI</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Removing-unnecessary-whitespace-on-Meeting-Scheduler-embed-UI/m-p/943302#M71890</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/221043"&gt;@DanielZarick&lt;/a&gt;&amp;nbsp;you can try to overwrite the embed class that's being used to control the height of the meetings embed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no padding added to the class, the height is set to "auto" and when I overwrite to 630px it removes the padding below and doesn't crop the calendar (it was hard to tell if 631px was adding padding or cropping) - either way it did the trick:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;.hs-embed-wrapper {
    height: 630px;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jnix284_0-1710354354159.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/113033iCC5BF712FB924E1C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jnix284_0-1710354354159.png" alt="Jnix284_0-1710354354159.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With that said, changing from "auto" messes with responsiveness, so you're going to want to add media queries for each breakpoint to set the height based on the corresponding width.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hopefully you or your devs can take it from here &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 18:27:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Removing-unnecessary-whitespace-on-Meeting-Scheduler-embed-UI/m-p/943302#M71890</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2024-03-13T18:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Removing padding on Meeting Scheduler embed UI</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Removing-unnecessary-whitespace-on-Meeting-Scheduler-embed-UI/m-p/943495#M71908</link>
      <description>&lt;P&gt;Hey Jennifer—I'm expecting that HubSpot can fix this on the platform level, as there are multiple divs and containers inside the iframe that have different amounts of padding and margin on them to create the extra white space. This is pretty atypical for an embedded tool (e.g. Youtube doesn't add extra spacing around videos when embedded).&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 23:45:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Removing-unnecessary-whitespace-on-Meeting-Scheduler-embed-UI/m-p/943495#M71908</guid>
      <dc:creator>DanielZarick</dc:creator>
      <dc:date>2024-03-13T23:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Removing padding on Meeting Scheduler embed UI</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Removing-unnecessary-whitespace-on-Meeting-Scheduler-embed-UI/m-p/943499#M71909</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/221043"&gt;@DanielZarick&lt;/a&gt;&amp;nbsp;thanks for clarifying, in that case I would recommend adding your post to the &lt;A href="https://community.hubspot.com/t5/HubSpot-Ideas/idb-p/HubSpot_Ideas" target="_blank" rel="noopener"&gt;Ideas Discussion&lt;/A&gt; where the HubSpot Product Managers check ideas for future improvements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The other discussions in the community are moderated by Community Managers and answers are provided by other members of the community and it doesn't directly reach the product teams.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It can be a challenge to get visibility to the team for new ideas, getting upvotes and comments will help gain traction quicker - sharing the idea link with your network on LinkedIn would likely do the trick &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 23:50:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Removing-unnecessary-whitespace-on-Meeting-Scheduler-embed-UI/m-p/943499#M71909</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2024-03-13T23:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Removing unnecessary whitespace on Meeting Scheduler embed UI</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Removing-unnecessary-whitespace-on-Meeting-Scheduler-embed-UI/m-p/950126#M72236</link>
      <description>&lt;P&gt;I also have this problem.&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/221043"&gt;@DanielZarick&lt;/a&gt;&amp;nbsp;how are you getting the meeting form to have background colors? Mine always shows with a white background, which looks super bad on our off-white marketing site.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 14:58:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Removing-unnecessary-whitespace-on-Meeting-Scheduler-embed-UI/m-p/950126#M72236</guid>
      <dc:creator>dvdvd</dc:creator>
      <dc:date>2024-03-26T14:58:40Z</dc:date>
    </item>
  </channel>
</rss>

