• Resolved ananttah

    (@ananttah)


    Hi Team,

    I have implemented this plugin on my site but the thumbnail images are too short. How do I show rectangular thumbnails without making the image blurry? An image of size something like 250px width and 125 height would be more suitable to display 3 good related posts.

    Can you please help with this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Muhammad Arslan

    (@wparslan)

    Hey @ananttah

    You can use the following CSS snippet for it.

    .relpost-thumb-wrapper .relpost-block-container .relpost-block-single,
    .relpost-thumb-wrapper .relpost-block-container .relpost-block-single > div{
    	height: auto !important;
    	padding: 6px !important;
    	max-width: 250px !important;
    	width: 100% !important
    }
    .relpost-thumb-wrapper .relpost-block-container .relpost-block-single-image {
    	height: 125px !important; 
    }
    

    Just copy and paste the following CSS in your child theme’s CSS file and you will have this look for related post thumbnails.

    https://d.pr/i/50i1bM

    Have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘How to increase size of images’ is closed to new replies.