Angrycreative / bj-lazy-load

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

Breaks image with 'sizes' in its name #35

Closed PallasKatze closed 5 years ago

PallasKatze commented 7 years ago

This line breaks image with word sizes in its name:

https://github.com/Angrycreative/bj-lazy-load/blob/c8146b7b24472481534c976592700203da5070ea/inc/class-bjll.php#L219

social-media-image-sizes_700x350.jpg -> social-media-image-data-lazy-sizes_700x350.jpg

rickard-berg commented 5 years ago

This was fixed in #52 instead.

Closing.