Title: Reduce max image size
Last modified: May 22, 2017

---

# Reduce max image size

 *  [olelasse](https://wordpress.org/support/users/olelasse/)
 * (@olelasse)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/reduce-max-image-size/)
 * 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](https://wordpress.org/support/users/jackdewey/)
 * (@jackdewey)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/reduce-max-image-size/#post-9155830)
 * 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](https://wordpress.org/support/users/olelasse/)
 * (@olelasse)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/reduce-max-image-size/#post-9155974)
 * 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 8 years, 11 months ago by [olelasse](https://wordpress.org/support/users/olelasse/).
    -  This reply was modified 8 years, 11 months ago by [olelasse](https://wordpress.org/support/users/olelasse/).
 *  Plugin Author [Yannick Lefebvre](https://wordpress.org/support/users/jackdewey/)
 * (@jackdewey)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/reduce-max-image-size/#post-9156204)
 * 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.

 * ![](https://ps.w.org/link-library/assets/icon-256x256.jpg?rev=971117)
 * [Link Library](https://wordpress.org/plugins/link-library/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/link-library/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/link-library/)
 * [Active Topics](https://wordpress.org/support/plugin/link-library/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/link-library/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/link-library/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Yannick Lefebvre](https://wordpress.org/support/users/jackdewey/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/reduce-max-image-size/#post-9156204)
 * Status: not resolved