Mindblown: a blog about philosophy.
-

How to fix Gutenberg editor overlap issue in Chrome 77
The recent update of Google Chrome 77 has broken the layout of webpages in Gutenberg and elsewhere where a height of 100% applies in the CSS. Here’s how this can be fixed for Gutenberg editor so the entry content can be seen again. But first, before and after screenshots. Before: After: Step 1 The following…
-

Native Lazy Loading Responsive Images in WordPress
Starting with version 76, Google Chrome supports lazy loading of images and iframes natively. This tutorial shows how loading=”lazy” can be added to the images output by the_post_thumbnail()using the post_thumbnail_html filter hook. the_post_thumbnail() is one of the WordPress functions for displaying native responsive images that include srcset and sizes attributes. This way, instead of the…
Got any book recommendations?