• I use Photon 2.0.2.

    For some reason, all (and I mean ALL) Photon served images have “?w=540” appended at the end. While this works fine for those images displayed in a blog post, I’d like the users to be able to download the full size image.

    So, I’m trying to do:
    <a href="http://mydomain.com/image.png"><img src="http://mydomain.com/image.png"></a>

    The img src is converted to a CDN URL and w=540 is appended, which is Ok. However, a href also has w=540 appended, which is not what I want. My visitors are unable to get the full size image at all (unless they manually remove w=540 from the url once they open up the image.

    What can I do to fix this?

    Thanks,
    Djape

    http://wordpress.org/extend/plugins/jetpack/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to serve full size images?’ is closed to new replies.