-
Notifications
You must be signed in to change notification settings - Fork 347
Closed
Description
I believe I got the setup correctly, it works as expected. Except one thing, the correct image is not showing on iPad mini retina.
Here is the setup:
var bLazy = new Blazy({
breakpoints: [{
width: 900 // max-width
, src: 'data-src-small'
}
]
});
Small image is loaded for devices < 900, and regular image that is stored in data-src is provided for all other resolutions.
This is not working on iPad mini retina(landscape), it shows the smaller image, although clearly it should be serving the regular version through data-src="regular-image.jpg".
Metadata
Metadata
Assignees
Labels
No labels