Site auto-updated to version 6.6.2 and emojis are now GIGANTIC

[ad_1]

What I've tried: I purged the WP plugin cache as well as the Cloudflare cache but they're still huge, any idea what else could be causing this? It happens to both emojis in text blocks on the site as well as ones in the title of an embedded YouTube video.

[ad_2]
2 Comments
  1. Sometimes, updates can alter CSS rules. Inspect the emoji elements using the browser’s developer tools (right-click on the emoji and select “Inspect”) and see if there are any font-size or line-height rules being applied that could be causing the large size. If you find any, you can override them by adding custom CSS.

    For example

    img.emoji {
    font-size: inherit !important;
    width: auto !important;
    height: auto !important;
    }

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer