Weird, per the docs this should work, also if you add data-html="true" to the 
button that opens the popover:

<a href="#" id="example" class="btn btn-danger" rel="popover" data-html="true" 
data-content="<img src='http://localhost/popover/1.jpg'/>" 
data-original-title="Twitter Bootstrap Popover">zoom</a>

Otherwise maybe a bug?

Bill

On Nov 15, 2012, at 3:53 PM, Paul wrote:

> 
> Tried what you suggested and that does not work either
> 
> <script> 
>         $(function () { 
>               $("#example").popover({html: true});       
>          }); 
> </script> 
> 
> 
> any other suggestions

Reply via email to