Is this possible to stack an animated svg file on top of a jpeg image? #140009
-
Select Topic AreaQuestion BodySometimes someone need to put a svg to do this, and then put it into a README profile, is there away to do it when no graphic designer's skill (Photoshop, AI,...)? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
i think this might help you :- However, GitHub README files use Markdown, which doesn’t support advanced HTML and CSS directly. So while you can create this effect on a website or project page, you can only display static images in a README. Here’s a workaround: Create the stack with HTML and CSS: Use HTML to layer the SVG on top of the JPEG, as mentioned earlier. |
Beta Was this translation helpful? Give feedback.
-
you can create an html file, use css to customize the interface and use javascript to handle events to customize the functionality as you want. |
Beta Was this translation helpful? Give feedback.
you can create an html file, use css to customize the interface and use javascript to handle events to customize the functionality as you want.
Another option is to combine it with github-page