I\'m using popover to display an image which doesn\'t require a title. If you don\'t set \"title\", it still displays an area where the title would be. How do you turn this of
the easy way is to do set height:0px on the class .popover-title and don't use data-original-title
height:0px
.popover-title
data-original-title
CSS:
.popover-title { height: 0px;}