• Resolved peekaa

    (@peekaa)


    Seems to me, that if I need to use links just as image (choice in widget Display Image Without Title), that even the smallest dimension “thumbnail”, which defaults to 150×150, is to big to fit into widget in two or even three columns. My wish is to make with simple link something like this http://prntscr.com/2wco3s. The size of image could be like “two in a row” which would lead to “48%”, or “120px” of each, say. Or with 3-column maybe “80px”.

    https://wordpress.org/plugins/simple-links/

Viewing 1 replies (of 1 total)
  • Plugin Author Mat Lipe

    (@mat-lipe)

    Hi peekaa,

    You could add something like this to your style.css file.

    .simple-links-item {
        width: 48%;
        float: left;
    }
    
    .simple-links-item img{
        max-width: 100%;
    }

    HTH

Viewing 1 replies (of 1 total)
  • The topic ‘Display Image Without Title – size’ is closed to new replies.