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

How to add image in popover #473

Open
Pragati1141 opened this issue Feb 14, 2024 · 1 comment
Open

How to add image in popover #473

Pragati1141 opened this issue Feb 14, 2024 · 1 comment

Comments

@Pragati1141
Copy link

Pragati1141 commented Feb 14, 2024

I want to show a image in popover, how can i achive this

@xionnon
Copy link

xionnon commented Mar 1, 2024

@Pragati1141

description: HTMLElement;

driver.js/index.html

Lines 1077 to 1084 in 0889e01

driverObj.highlight({
popover: {
showButtons: [],
description:
"<div class='gif-popover'><img style='max-width: 100%' src='https://i.imgur.com/EAQhHu5.gif' /><p>Go and build something cool!</p></div>",
},
});
});

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