freezeframe.js icon indicating copy to clipboard operation
freezeframe.js copied to clipboard

freezeframe does not work with <picture> tags

Open shogo54 opened this issue 3 years ago • 3 comments

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?

shogo54 avatar Feb 26 '21 00:02 shogo54

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

nickforddev avatar Mar 06 '21 23:03 nickforddev

That would be great! Thank you so much!

shogo54 avatar Mar 08 '21 06:03 shogo54

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

nateplusplus avatar Mar 08 '21 20:03 nateplusplus