• Resolved gezap

    (@gezap)


    I have a problem where new images uploaded in the Pinboard theme doesn’t get so sharp as they been in other themes unless I look at the original.

    I had to do a test and found out no matter what thumbnail regenerator I use the images get blurry when Pinboard is activated, but the images get sharp when an another theme is activated.

    You can check the difference here:
    https://www.geza.se/blurry-images/

    Hopefully somebody who knows the engine behind can explain what I should adjust so I don’t have to go to another theme, regenerate my thumbnails, and then go back to see nice and sharp images as I want.

    Best regards
    Géza
    https://www.geza.se

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gezap

    (@gezap)

    Found out the solution by myself.

    The images were shrinked with one pixel by the browser. So thumbnails with 322px becomes 321px and thus creating the blurriness.

    Solutions:
    When adjusting the theme for your purpose check which thumbnails/images that create problem. Check how wide they are when presented in the browser not as they are as file. Adjust the numbers accordingly in the functions.php.
    Search for the add_image_size( 'teaser-thumb', 332, and change the number.

    Another solution is also to adjust the width of the columns in css. Add this as far I have solved under Custom CSS in Theme Options

    .threecol {
        width: 33.38%;
    }
    
    .gallery-columns-2 .gallery-item {
        width: 45.2%;
    }

    Thanks a lot. The first solution was helpful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images blury / not sharp in Pinboard theme’ is closed to new replies.