Bootstrap popover overlay not positioned correctly -



Bootstrap popover overlay not positioned correctly -

i having problem bootstrap's popovers when inserting images. on first click, arrow on left low. on sec click ok.

var content = '<p>have nice day</p><img src="https://si0.twimg.com/a/1339639284/images/three_circles/twitter-bird-white-on-blue.png" />'; $("#blob").popover({ content: content, html: true });

this occurs well, not often, if dimensions of image explicitly specified.

http://jsfiddle.net/34zp7hsu/

maybe possible draw popover twice on click? help appreciated.

update

rendering image in hidden div on page solved problem though not understand why not work specified width , height on image ...

your problem 1 of css rule of popover class : max-width: 276px; have add together new rule : max-width: none;

hope help !

twitter-bootstrap

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -