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

Is there a way to show an image or text on mouseover? #584

Open
keithtangtw opened this issue Jan 12, 2024 · 1 comment
Open

Is there a way to show an image or text on mouseover? #584

keithtangtw opened this issue Jan 12, 2024 · 1 comment

Comments

@keithtangtw
Copy link

keithtangtw commented Jan 12, 2024

When displaying an image like this:

![](/Styles/image.png)

I would like to show another image (image2.png) or text on mouseover of the first image.png

How would I go about doing this?

@alex-shpak
Copy link
Owner

alex-shpak commented Feb 17, 2024

Hello! Unfortunately not out of the box, or not very fancy out of the box, you can set a attributetitle for an image in markdown ![Alt text can be put here](/Styles/image.png "Put title here") this will show Put title here after hovering over image for a bit of time.
Optionally you can look for JS lib to turn title into popups

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

No branches or pull requests

2 participants