Angrycreative / bj-lazy-load

WordPress plugin for lazy loading
GNU General Public License v2.0
40 stars 25 forks source link

Background image #64

Open victormattosvm opened 4 years ago

victormattosvm commented 4 years ago

Hi,

I know that to make the plugin completely compatible with "background-image", some changes are required in the filter function.

But for now, I enabled the manual insertion of two tags:

  1. data-lazy-type = "background"
  2. (optional) data-lazy-style = "background-size: cover"

Remembering that the lazy and lazy-hidden classes in the item are necessary to work.