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

Tooltip for images #11

Open
claide opened this issue Sep 11, 2017 · 2 comments
Open

Tooltip for images #11

claide opened this issue Sep 11, 2017 · 2 comments

Comments

@claide
Copy link

claide commented Sep 11, 2017

Hi, thanks for this great plugin and I wonder how to use this to images like below

<tooltip label="This is title" placement="top-right">
      <img src="/images/components/photoshop.png">
</tooltip>

Thanks!

@tposcic
Copy link

tposcic commented Sep 29, 2017

I have the same issue, i'm trying to use it in an "image grid" like so

<tooltip v-for="languageSkill in languageSkills" label="This is title" placement="top-right"> <img class="lang-img" placement="top-right" :label="languageSkill.description" :alt="languageSkill.description" :src="languageSkill.imageSrc" width="30%" height="30%" /> </tooltip>

@bosskrub9992
Copy link

+1

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

3 participants