• Resolved Mariah_A_C

    (@mariah_a_c)


    I have a hotspot image on my site. When you make it full screen the text lines over lap. It can be seen at http://www.laurielaine.com. I inspected it and if I change

    html.h5p-iframe .h5p-content {
        line-height: 1.5em;
    }

    to

    html.h5p-iframe .h5p-content {
        line-height: 2.5em;
    }

    It fixes it in inspector, but when I added that little bit to my custom CSS for my site it isn’t updating the CSS. What do I need to do to fix the problem?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author icc0rz

    (@icc0rz)

    Hi! This is an issue that is already fixed in the latest version of the Image Hotspots tool.
    1. To upgrade the tool you must first check that your H5P plugin is up-to-date.
    2. Then you need to update the tool itself by following these instructions: https://h5p.org/installation#updating-content-types
    3. Lastly, you must upgrade your existing content to the latest version. You can do this by visiting the Libraries page under H5P Content in the menu. On this page, under Installed Libraries you’ll notice that some of the content types have a green arrow next to them. This arrow means that there is content using an older version of the content type and that it can be upgraded. Click the arrow and select the newest version. When the process is finished you can check your content again.

    Thread Starter Mariah_A_C

    (@mariah_a_c)

    I tried updating the plugin before posting, but didn’t know about the other steps. I will try them.

    Thank you!

    Thread Starter Mariah_A_C

    (@mariah_a_c)

    Fixed Great Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wonky font’ is closed to new replies.