FAQ Schema Microdata Code Snippet

Category: Code Snippets

Below is a FAQ microdata schema code template you can copy and paste and add to your page HTML. You would repeat the .faq-question div block for each QA answer set. Once you are done adding your markup you can test it in the Google schema tester. If you are using WordPress, I noticed the […]

Continue Reading

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