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

    (@ndiego)

    Hi perwilkens,

    This is a small styling issue having to do with the default CSS that is added with the plugin. I will get it fixed as part of the next update. But in the meantime, if you add the following code to the Custom Styles box on the Blox-Lite->Settings->Styles page, it will resolve the issue. It has to do with the way non-webkit browsers (IE, Firefox) handle the display: inline-block attribute. Sorry for the inconvenience!

    .blox-theme-default .blox-image-wrap {
        max-width: 100%;
    }

    Let me know if you have any further issues.

    Best,
    Nick

    Thread Starter perwilkens

    (@perwilkens)

    Thanks a lot! That did the trick. I will make sure to keep an eye out for the full version.
    / Per

    Plugin Author Nick Diego

    (@ndiego)

    Hi perwilkens, I am marking this as resolved. The new version includes this CSS as default. Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image doesnt scale on IE?’ is closed to new replies.