Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Robert Heller

    (@robertpheller)

    The request feature is only active if the user is logged in and has an associated patron id.

    The styling is all a function of your theme. I don’t know why your theme is set up that way, but it sets the width of all ‘<input …> tags to 100%, gives them 16px worth of padding (which is quite excessive by most standards), selects a large size for the font, etc. You really should ask the theme’s author why he or she did that and if there is a way of adjusting that (maybe there are theme settings you can change).

    As for the images, the style settings (in front.css) for the thumbnail images are:

    weblib-item-thumb This is the styling of the thumbnail image.
    From front.css:

    .weblib-item-thumb {
        padding: 0px 4px;
    
    }
    .weblib-item-thumb img {
        min-width: 48px;
        min-height: 72px;
    }

    Your image for the Meet the Orchestra book is 75 px wide by 61 px high. It is being ‘stretched’ a little bit to meet the min-height setting. Either you need a larger image or you need to override the style settings in front.css. I imagine something similar is happening with the other image.

    By changing these parameters, able to fine tune the thumbnail images of the books.
    Hi Tara, you are able to update it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image small and fuzzy’ is closed to new replies.