• Resolved blackburst

    (@blackburst)


    Hi everybody

    I found this afternoon a solution to fit the original featured image to the size of the homepage thumbnail.

    In your CSS add line 1181 .post-box-img img
    add the scale option like this for exemple :
    -moz-transform: translate(-50%, -50%) scale(0.35);
    -webkit transform: translate(-50%, -50%) scale(0.35);
    -ms-transform: translate(-50%, -50%) scale(0.35);
    -o-transform: translate(-50%, -50%) scale(0.35);
    transform: translate(-50%, -50%) scale(0.35);

    Try different ratio too reduce your original image like you want.

    I hope it will be usefull.

    I’m looking for the way to reduce the number of the display thumbnails on the homepage. If you have an idea ?

  • The topic ‘Fit the size of the image display on homepage thumbs’ is closed to new replies.