Blog

Get the latest news, tutorials and articles about our full Suite of Pockets Themes and Plugins for Wordpress

How to use grid to animate size transitions without setting dimensions Published Saturday March 7th, 2026 11:39am

This article discusses how CSS Grid can be used to smoothly animate size changes that normally can’t be animated in CSS, such as transitions between collapsed and expanded content. It explains how animating grid-template-rows or grid-template-columns with fr units allows elements to grow or shrink fluidly without relying on fixed heights or JavaScript.

How to stack elements without using position absolute Published Wednesday March 4th, 2026 12:03pm

This article discusses how to stack elements using grid, instead of using position absolute.

Using a Custom Element to create re-usable VUE apps Published Friday September 6th, 2024 5:56am

This article covers how to create a custom element that can be used to create VUE instances automatically when the element is in the DOM.

Dynamically Chroma Keying Youtube videos Published Tuesday September 3rd, 2024 7:25am

This article explores a lightweight, client-side method to dynamically apply chroma keying (green screen removal) to embedded YouTube videos using pure SVG filters and CSS; no external libraries or video editing needed.

How to use Masonry in pockets Published Tuesday September 3rd, 2024 7:24am

This article explores how to create a dynamic, responsive masonry layout using the v-pockets-masonry directive included in Pockets VUE that wraps Masonry.js.

A list of all Woocommerce Javascript events and how to use them Published Tuesday September 3rd, 2024 6:48am

This article discusses all key WooCommerce JavaScript events triggered across checkout, cart, single product pages, variable products, and add-to-cart processe; such as update_checkout, found_variation, applied_coupon, and added_to_cart.