svg over page img #106
jurgenizer
started this conversation in
General
Replies: 1 comment 1 reply
-
Thank you for your kind words about the module! Each page in flipbook-vue not only serves as an Currently, the module only supports image URLs for pages. However, one workaround could be to create a composite image with the SVG overlay and then convert it to a Blob URL to use as a page. I hope this helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for making this wonderful module!
I would like to overlay an SVG over each of my page
<img>
, using the CSS ::after pseudo-element. It does not seem possible for<img>
tags in general. Is there another way I could achieve an SVG overlay over each page in flipbook-vue?Beta Was this translation helpful? Give feedback.
All reactions