plugin-icon

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 …
평가
4.8
최근 업데이트일
January 30, 2017
버전
1.1.0
활성화된 설치 항목
300
Specify Image Dimensions

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

무료Creator 요금제에서
활성화된 설치 항목
300
테스트된 버전
4.7.29
이 플러그인은 다운로드 가능하며 워드프레스 독립 호스트 설치에 사용할 수 있습니다.