We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Issue 1 : the below issue happens only when an external image is getting loaded, local images loads fine.
<button aria-label="Collaborate" data-tour="step: 1; title: Step1; content: Lorem ipsum dolor sit amet; image: https://example.com/image.jpg"> Collaborate </button>
Results in :
Issue 2 : Loading Image in Content in MD format Fails
<button aria-label="Collaborate" data-tour="step: 1; title: Step1; content: ![Alt Text](https://example.com/image.jpg) ; image: https://example.com/image.jpg"> Collaborate </button>
Expected behaviour Image should load in data-tour methods, https urls should be respected.
Additional context "tourguidejs": "^1.1.5",
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Results in :
Expected behaviour
Image should load in data-tour methods, https urls should be respected.
Additional context
"tourguidejs": "^1.1.5",
The text was updated successfully, but these errors were encountered: