I've created a View that displays a custom post type called "Technologies." I'm displaying various bits of info about each technology including an image. When I insert in image in full size, it works. However, when I try to make the image a custom size, the image breaks because for some reason there is an extraneous bit of code inserted into the img src.
Examples:
This is full size image: (works) hidden link
Custom size image (doesn't work) hidden link
As you can see, the ":16612" part is breaking the link. Any suggestions?
Thanks!
Please note that the page also takes about 20 seconds to load, which also seems to be an issue with the images. When the images are working, the page loads very fast.
HI Shane,
I contacted my host, Pantheon. The tech there said that they have had some other instances of this behavior but he wasn't sure of a work-around. He said it was "definitely" a plug in or theme issue. He asked me change themes but the error still persisted. I think what led him to that conclusion is the fact the image works when I use "original size" but when I try to use custom size, it breaks.
For now, in the development stage, I can just manually edit my images so they are same size but down the road I don't want to have to do it that way.