studiopress / genesis-sample

This is the sample theme created for the Genesis Framework.
https://demo.studiopress.com/genesis-sample/
530 stars 283 forks source link

Add 3.2 Lazy Load #311

Closed dreamwhisper closed 4 years ago

dreamwhisper commented 4 years ago

Summary of change:

Adds Genesis 3.2 lazy loading feature to Sample.

Have the changes in this PR been added to the documentation for this project?

n/a

How to test:

Use the Genesis develop branch or 3.2 beta.

  1. Enable the display of featured images on archives and single posts in Theme Settings.
  2. Be sure some of your posts have set a featured image.
  3. View the posts, inspect the images, verify that loading="lazy" is added to the attributes of the image element.

See: https://github.com/studiopress/genesis/issues/2500

Suggested Changelog Entry:

Added: Theme support for lazy loading of images for users browsing with Chrome 76+.