What I Learned from a Broken Tomato Plant

Category: Newsletter

I enjoy watching my tomato plants grow in the garden. It’s amazing to see the progress from day to day. Once, I noticed a plant was branching out into an open area to collect more sunlight. It had two pieces of fruit starting to ripen at end of the branch.The next day we had high […]

Continue Reading

How to Improve LCP Mobile Speed Score

Category: Code Snippets

I was recently trying to improve my LCP on mobile and was running into poor performance for LCP and CLS scores. I narrowed things down to most of my blog posts having a featured image floated in the top right. When you viewed the image on mobile the thumbnail didn’t really make sense and wasn’t […]

Continue Reading

Use is_in_editor to Add Inline Comments and Notes Only in the HubSpot Editor [code snippet]

Category: Code Snippets

As a HubSpot CMS developer, you sometimes need to add some contextual information in templates to make it easier for content editors to know where and how to edit things. Add the code below into a template to display help text only when editing the HubSpot template. {% if is_in_editor %} <style>.hseditor-help {background:#FFFFE0;padding:1rem;text-align:center;}</style> <div class=”hseditor-help”> […]

Continue Reading