Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

Okay
  Public Ticket #879936
drag portfolio item
Closed

Comments

  •  2
    mattia started the conversation

    Hi, if you try to drag the image, the text that appears above the pointer it's showing pieces of code.. look at the image attached. i believe it's missing an "alt="

  • [deleted] replied

    Hi Mattia,

    Our implementation of Adaptive images incorporates <style> tag next to the <img> tag and therefore browser parses also the style code which actually does not look good. Honestly this is not something users will usually do (try to drag images) and so we haven't paid attention to that. However can you try this fix, this should work for you:

    .image-placeholder>img {
        z-index: 5;
    }

    To apply Custom CSS, on WP admin panel menu click Custom CSS link (as shown here).