이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Better Image Loading

설명

This plugin was inspired by Medium, it makes images load better on page paint. Providing a ‘blurred’ version of the image at the correct scale, then fading the true image in once loaded.
It works by default on all post featured images leveraging the WordPress post_thumbnail_html filter.

For inline images the plugin searches through your post content and refactors the image for better loading.

NOTE:
You may need to regenerate thumbnails to create the blurred image for each attachment image. We recommend using the Regenerate Thumbnails plugin.
This plugin is designed to accommodate the image dimension ratio of the full size version. If you are using cropped images you may experience resizing issues.

Roadmap

0.3.2

  1. Ability to turn off better image loading for post/page content

0.3.3

  1. Ability to select if you want a blurred image or a single color image like Google Images

0.3.4

  1. Load larger images only when in view

설치

  1. Download the plugin and unzip it.
  2. Upload the folder better-image-loading/ to your /wp-content/plugins/ folder.
  3. Activate the plugin from your WordPress admin panel.
  4. Installation finished.
  5. I recommend you regenerate all thumbnails if your media library is not empty.

FAQ

None yet!

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Better Image Loading”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Better Image Loading”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.3.7

  • Fixed warning with newer versions of WooCommerce

0.3.6

  • Added CSS blur effect to loading images

0.3.5

  • Further performance improvements

0.3.4

  • Performance improvements

0.3.3

  • Removed neglected code

0.3.2

  • Fixed issue with getting attachment id from url

0.3.1

  • JavaScript update to fix margins moving things around

0.3.0

  • Partial rewrite
  • Added support for WooCommerce
  • Improved support for captions (specifically the standard WordPress caption shortcode)

0.2.1

  • Added support for images within links

0.2.0

  • Added support for image captions
  • General code cleanup

0.1.2

  • Added support for existing width/height attributes of images

0.1.1

  • Fixed bug displaying images in post content

0.1.0

  • Plugin released