• natparit

    (@natparit)


    Hi,

    I have a problem with uploading my portfolio in full size for this theme when I turn on photon plugin, but when I deactivate it, it works fine with the full size (1100px). I’m kinda new using these jetpack plugin. So, would it effect anything about image loading if I deactivate it? If it’s necessary to have it on, does anyone have idea how to fix it and make image go as full size or any other recommended plugin instead?

    Here is screenshot when turn on and off the photon plugin.

    photon is on
    https://snag.gy/SVwt7s.jpg

    photon is off
    https://snag.gy/H6vcej.jpg

Viewing 1 replies (of 1 total)
  • Hi there,

    Thank you for reporting this back to us! I was able to replicate on my own installation of Illustratr and have reported back to the team to look into.

    As a workaround, while we wait to hear back from the team, the following custom CSS would make all full-sized images on your portfolio pages display at the bigger size:

    @media screen and (min-width: 1220px) {
    .portfolio-entry .size-full {
        margin-left: -130px;
        max-width: 1100px;
        width: auto;
    }
    }
    
    .portfolio-entry .size-full {
        display: block;
    }

    If you have Jetpack’s custom CSS module enabled then you can add the above CSS via Appearance > Edit CSS. (Alternatively, you can set up a child theme or activate a custom CSS plugin.)

    Let me know if that CSS helps out and I’ll reply back here when I have news from the team, too.

Viewing 1 replies (of 1 total)

The topic ‘Portfolio image size problem with photon plugin’ is closed to new replies.