GoogleChromeLabs / wp-native-lazyload

WordPress plugin to lazy-load media using the native browser feature.
https://wordpress.org/plugins/native-lazyload/
Apache License 2.0
51 stars 13 forks source link

Custom Placeholder Filter #22

Open cr0ybot opened 4 years ago

cr0ybot commented 4 years ago

Issue Overview

As a theme developer, I'd like to be able to override this plugin's placeholder image with my own.

Current Behavior

Currently the placeholder is hardcoded as [plugin-folder]/assets/images/placeholder.svg.

Possible Solution

Add a filter to where the original src attribute is overridden.

Related Issues and/or PRs

~Will add a PR shortly.~ Opened PR #23.