calebjacob / tooltipster

A jQuery tooltip plugin
MIT License
2.76k stars 482 forks source link

Html Preview Image Tooltip weird action sometimes. #805

Closed lovecoding-git closed 4 years ago

lovecoding-git commented 4 years ago
$('.tooltip_2').tooltipster({
    theme: 'tooltipster-noir',
    contentAsHTML:'true',
    trigger: 'click'
});

<div class="item" title="<img src='/test.jpg'>">Item1</div>

Sometimes result was as following:

image

Not always. that's why I am saying its weird.

image

louisameline commented 4 years ago

Hi, please read the FAQ about images and bad positioning. Thank you