• Resolved Zoltars

    (@zoltars)


    Hi there!

    I’m trying to specify image dimensions to help with page loading times but can’t seem to get it to work.

    I tried mixing with the main style sheet and got nothing, then I tried putting this is customs CSS;

    .logo-img {
    height:100px;
    width:100px;
    }

    but still no change. Any idea what I’m missing?

    Many thanks!

    https://www.ads-software.com/plugins/logo-slider/

Viewing 1 replies (of 1 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Try forcing the style by using the !important attribute. like this:

    .logo-img {
    height:100px !important;
    width:100px !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Specifying image dimensions’ is closed to new replies.