Specify Image Dimensions

Specify Image Dimensions Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 8,247 downloads
Specify Image Dimensions Icon

Try plugin: Specify Image Dimensions

We'll create fresh WordPress site with Specify Image Dimensions installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Specify Image Dimensions

Automatically specify image dimensions that are missing width and/or height attributes. Helps load faster and better ranking on website speed tools su …

5


1


0


0


0

updated: 7 years ago
since: 7 years ago
author: Fact Maven

Description

Specify Image Dimensions is a plugin that scans and inserts missing width and height in all <img> tags. Specifying the dimension allows for faster rendering by eliminating the need for unnecessary re-flows and repaints. This is particularly helpful with website speed tools such as GTmetrix and Google’s PageSpeed.

Before

<img src="http://example.com/image.jpg" title="Some Title" />
<img src="http://example.com/vector.svg" class="svg" />
<img src="http://example.com/another-vector.webp" />

After

<img src="http://example.com/image.jpg" title"Some Title" width="100" height="25" />
<img src="http://example.com/vector.svg" class="svg" width="100%" height="auto" />
<img src="http://example.com/another-vector.webp" width="100%" height="auto" />

Contribute on GitHub

Want to help improve this plugin? Head over to our GitHub page