Hi,
We are currently trying to implement a ImageZoom and ImageZoomNavigator control in a collapsible panel, using Bootstrap.
If we start the panel as expanded (with the "in" css class in the panel header), the ImageZoomNavigator control is correctly displayed. We can then collapse and expand the panel when clicking on the header text
If we start the panel as collapsed (by removing the "in" css class), when expanded we do not see the ImageZoomNavaivator : we can see the first Image in the ImageZoom and arrows to navigate the images, but we do not see the thumbnails and the other images.
Is there a way to render this correctly with the panel collasped by default?
Here is an example project
Regards,