Closed stevensacks closed 2 years ago
Looks good, thanks! Will get it merged and released asap.
Thanks!
@graysonhicks Just a quick reminder about this PR.
@graysonhicks My weekly reminder to please merge this in.
@stevensacks Sorry for the delay, just released with 3.3.0
!
Added a
silent
option so that image load errors can be silenced.This is something I needed in my project since hundreds among the thousands of images my site do not load because they've been removed, etc. The team in charge of managing the images and urls doesn't always properly clean things up.
Without this option, the console gets flooded with errors.
This change is very small and does not affect the functionality of the plugin, just the
console.error()
inside ofcatch()
.Please consider merging this in. If you want to change the name of the option, that's cool. It's the functionality that I care about.