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.
updaterendering 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
Post a Comment