• Resolved karlemilnikka

    (@karlemilnikka)


    The “Magic Image” feature in the Visual Builder (Unlayer) might be nice, but it takes up unnecessary space for us who never use it. Please consider letting us disable it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @karlemilnikka, Thank you for your suggestion. I will take that as a feature request.

    Thread Starter karlemilnikka

    (@karlemilnikka)

    While waiting for this feature request to hopefully be implemented, here’s a snippet you can add to your browser’s content blocker to get rid of it.

    uBlock Origin syntax

    editor.unlayer.com##.smart_buttons_panel
    editor.unlayer.com##.magic_image_panel

    Native Firefox syntax

    @-moz-document domain(editor.unlayer.com) {
    
        .smart_buttons_panel,
        .magic_image_panel {
            display: none !important;
        }
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Feature request: Disable Magic Image’ is closed to new replies.