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

IE10 compatibility #6

Open
Mohsen-Khakbiz opened this issue Feb 6, 2017 · 5 comments
Open

IE10 compatibility #6

Mohsen-Khakbiz opened this issue Feb 6, 2017 · 5 comments
Assignees

Comments

@Mohsen-Khakbiz
Copy link

hey there.
thanks for this great plugin. but something that I've noticed is it's not working on IE10. tested on your demo and it wasn't working.

@thinker3197
Copy link
Owner

Hey @Mohsen-Khakbiz, IE unfortunately doesn't support css filter effects. Hence the blur effect won't work on any versions of IE.
On a side note, I'll soon be working on releasing a next version of progressively, which will improve cross browser support for this.
Thanks!

@Mohsen-Khakbiz
Copy link
Author

thanks for your respond. may I ask when the next version will be released? it's a kind of urgent for us.

Regards

@thinker3197
Copy link
Owner

Hmm if that's the case, give me a day. I'll do whatever I can.

@thinker3197 thinker3197 reopened this Feb 6, 2017
@Mohsen-Khakbiz
Copy link
Author

thanks so much. I really appreciate it

@thinker3197 thinker3197 self-assigned this Feb 8, 2017
@thiamsantos thiamsantos mentioned this issue Mar 10, 2017
7 tasks
@uncenteredDiv
Copy link

uncenteredDiv commented Apr 7, 2017

Beside the fact that css filters are not supported in IE - the image swap doesn't work in IE <= 10.
Only the small preview Images is loaded - in IE11 it works, but with no effect (IE Users don't deserve effects :D)

Are you covering that in the browser compatibility task?
Is there any chance to get the script working in IE10 with a small change - because I would need that for a project.

UPDATE:
Found an easy solution:
the dataset function you using to get the data-attr is only supported by IE11

Change Line 79:
img.src = el.dataset.progressive
to
img.src = el.getAttribute('data-progressive')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants