• Good afternoon,
    I use this plugin in tabs.
    The first active tab loads the image with labels.
    When you switch to another tab, the image is not loaded.
    Or after a forced reloading of the page or when resizing the browser window.
    Integrated through Acf , custom theme…. Can you tell me what the problem might be?
    In the inspector chrome height of the inner block – 0. When resizing the window… is detected and the image is displayed…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Avirtum

    (@avirtum)

    Try to handle the tab click?event and call?$(window).resize();.

    Thread Starter aexsvs98

    (@aexsvs98)

    Thank you, also added styles, the tooltips did not correctly display the width of the text area

    
    .imgl-tooltip {
      width: max-content!important;
    }
    
    
    • This reply was modified 1 year, 9 months ago by aexsvs98.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does not work in tabs’ is closed to new replies.