Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mobile chrome (data-src, src) #23

Closed
Krknv opened this issue Jul 23, 2013 · 3 comments
Closed

mobile chrome (data-src, src) #23

Krknv opened this issue Jul 23, 2013 · 3 comments

Comments

@Krknv
Copy link

Krknv commented Jul 23, 2013

galaxy note, chrome.
work only if data-src is before src

@luis-almeida
Copy link
Owner

Nice catch! Thanks a lot for the heads up!
I have written some tests (still not in master) and will soon add CI and integrate with sauce labs so we can catch more bugs like this one.

@bridgeport
Copy link

Are you both talking about the attribute order in the HTML source?

So the following fails:

<img src="blank.gif" data-src="realimage.jpg">

but the following works?

<img data-src="realimage.jpg" src="blank.gif">

If so, do we just need to change the attribute order in the HTML for the time being?

@Krknv
Copy link
Author

Krknv commented Sep 25, 2013

yes

@Krknv Krknv closed this as completed Sep 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants