What are the BigCommerce Image Sizes in a Stencil Theme?

Category: Common Questions

BigCommerce themes have different image sizes determined by the theme developer. However, there are some default image sizes that are common across themes. So the image sizes below are a good place to start. BigCommerce Carousel Image Size 1200 x 600 pixels Source BigCommerce Product Image Size 1028 x 1028 pixels, square ratio Source BigCommerce […]

Continue Reading

Make YouTube Embeds Responsive in WordPress [code snippet]

Category: Code Snippets

The CSS styles below will make any YouTube video embeds using just the URL responsive. Add this to the bottom of your WordPress theme CSS stylesheet. .embed-youtube{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-youtube iframe, .embed-youtube object, .embed-youtube embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; […]

Continue Reading

How to Remove ?hsLang=en from URL in HubSpot

Category: Common Questions

Are you seeing ?hsLang=en in your urls or analytics reports and want them removed? There is a setting in the HubSpot admin that enables this feature. Before making a change, consider if you have an existing page translation strategy. If you prefer to have a subdirectory like yourdomain.com/en/your-page or do you prefer having one URL […]

Continue Reading