Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    Are you talking about downloading a site’s favorite icon and storing it locally? If so, no, there is no option to restrain the download size. You could restrain its display size using the plugin’s stylesheet.

    Thread Starter enmoderugby

    (@enmoderugby)

    Exactly.

    So, what should I change in the plugin’s stylesheet ?

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Something like this would do the trick. Just add to the bottom of the stylesheet editor under the Link Library menu.

    .linklist img {
        max-height: 16px;
        max-width: 16px;
    }

    Please considering rating this plugin or donating to support its ongoing development.

    Thread Starter enmoderugby

    (@enmoderugby)

    Thanks a lot

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Image size’ is closed to new replies.