Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2415808
Image dimensions in ddslick
Closed

Comments

  •  1
    Oliver started the conversation

    Hi :)

    The img tag in ddslick is lacking dimensions. What could be done about it?

  •  767
    Janilyn replied

    Hi Oliver,

    Thank you for contacting WPClever Support Forum. 

    We’ve received your ticket and assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. Please stay in touch as he might need discuss further with you. 

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,228
    Dustin replied

    Hi Oliver,

    The <img> element with class "dd-selected-image" was generated by the JS code, so it wasn't affect the loading speed or SEO score if it missing some information. You still can change the image size by using the CSS code, example:

    .dd-selected-image {
        width: 80px !important;
        height: auto !important;
    }

    Best regards,
    Dustin