Tooltip Image

1
When using the Tooltip Image widget, is there a way of setting the tooltip width? With the Tooltip Link you have a separete CSS class at your disposal, however width the Tooltip Image I can't seem to get it to work, see image below: I would like to have the tooltip without scrollbars. Setting the height and width properties of the tooltip image only seem to be working for the default image, not the new form being opened.
asked
2 answers
2

You can use the following css mark up:

.tundra .dijitTooltip {
    width: 800px !important;
}

There will be a new Tooltip Image widget released soon that makes it possible to give the specific tooltip form a class.

answered
1

Does this question/answer help?

Is it possible to change the Tooltip width?

answered