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

freezeframe does not work with <picture> tags #88

Open
shogo54 opened this issue Feb 26, 2021 · 3 comments
Open

freezeframe does not work with <picture> tags #88

shogo54 opened this issue Feb 26, 2021 · 3 comments
Assignees

Comments

@shogo54
Copy link

shogo54 commented Feb 26, 2021

When I tried to use freezeframe.js with my project, I realized it does not work with tags.e.g.,

<picture>
  <source media="(min-width: 992px)" srcset="images/example.gif">
  <source media="(min-width: 0px)" srcset="images/example_mb.gif">
  <img src="images/example.gif" alt="example git"> 
</picture>

Does this library support picture tags? If not, will it be supported in the future?

@nickforddev
Copy link
Contributor

at the moment it does not, but I'm sure we can support that in the near future!

@shogo54
Copy link
Author

shogo54 commented Mar 8, 2021

That would be great! Thank you so much!

@nateplusplus
Copy link

We are also experiencing this issue. Hopefully this is supported soon! Does anybody have advice for an interim solution?

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