calebjacob / tooltipster

A jQuery tooltip plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Html Preview Image Tooltip weird action sometimes.

lovecoding-git opened this issue · comments

$('.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

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