• Hi. I installed this plugin to easily create an automatic list of links, and I like to use images or icons to identify the link. But I see that the image i use for some links are way to big, they look like banners. Is there an easy way to shrink the images, or to set a max size? For instance if the max is 200 no image goes beyond, but they can be smaller.

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

    (@jackdewey)

    Well, you could just add a css rule to the Link Library stylesheet editor or to your theme to set a max-width and max-height for images within the library.

    If you are not familiar enough with css to do this, you can provide a link to your site so I can take a look at what you have so far and suggest what change to make.

    Thread Starter olelasse

    (@olelasse)

    Added this CSS to the themes CSS (incase of plugin update in the future)

    .link_image {
        max-width: 50px;
    }

    Then I tried adding adding a <div> with class before and after image, and also tried using the class name of the <a> for the link, and none of them affects the image.

    • This reply was modified 7 years, 6 months ago by olelasse.
    • This reply was modified 7 years, 6 months ago by olelasse.
    Plugin Author Yannick Lefebvre

    (@jackdewey)

    The plugin stylesheet editor gets saves to database, so you could have put the css class in there without any worry to lose it.

    As for the class not applying, can you provide me with a link to the page so I can have a look? If you do not want to share with everyone, you can e-mail me privately, ylefebvre at gmail.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reduce max image size’ is closed to new replies.