Broken pixel placeholders
-
Before lazy load the image, I found out my site displays broken image placeholders.
When I dug deeper on the problem I see the src as something like this:
https://www.dropbox.com/s/ejb1pxx6vcd765w/Screenshot%202019-02-13%2018.36.28.png?dl=0When I open the img url directly, it shows:
https://www.dropbox.com/s/cqdeplc71dcpbwd/Screenshot%202019-02-13%2018.36.56.png?dl=0When I removed the escape ‘\’ it works fine and shows 1×1 pixel.
In vendor/wp-media/rocket-lazyload-common/src/Image.php:245, the parameters already wrapped with double quotes. Is it necessary to escape the single quotes?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Broken pixel placeholders’ is closed to new replies.