-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
42 lines (27 loc) · 1.22 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
=== Image Inline Size ===
Contributors: redafillali
Donate link: https://yourwebsite.com/donate
Tags: images, size, inline, performance, CLS, lazyload
Requires at least: 4.7
Tested up to: 5.8
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
This plugin improves CLS by adding inline styles to lazy-loaded images.
== Description ==
The Image Inline Size plugin automatically adds width and height styles inline to your images in post content. This improves the Cumulative Layout Shift (CLS) by providing dimensions for images before they have loaded.
This is particularly useful for lazy-loaded images, as it helps to prevent the layout from shifting as images load.
== Installation ==
1. Upload the `image-inline-size` folder to the `/wp-content/plugins/` directory
2. Activate the Image Inline Size plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= Does this plugin work with all themes? =
This plugin has been tested with many popular themes and should work with most themes that follow WordPress coding standards.
== Screenshots ==
1. Screenshot description
== Changelog ==
= 1.0.0 =
* Initial release
== Upgrade Notice ==
= 1.0.0 =
Initial release