• How can prevent the image to override the description?

    My vertical image takes entire 100vh of the screen and the last 32px is rendered under the description, how to set a max-height of the image in order to not overflow the description?

    thank you

Viewing 1 replies (of 1 total)
  • Thread Starter ceribbo

    (@ceribbo)

    i fixed it by adding -32 in line 1203 of iv-viewer.js:

    var contHeight = parseInt(css(container, ‘height’), 10)-32;

Viewing 1 replies (of 1 total)
  • The topic ‘image override description’ is closed to new replies.