在bootstrap响应式移动设备中显示颠倒的单张图片(iPhone 5)

I have a link that grabs info from sql and an image folder, it's been working great for everything except I ran across one image that flips upside down on mobile and not anywhere else

I have no clue whats causing this, was wondering if anyone could point me in the right direction.

Figured it out, it was due to the image size. I reduced the image size and it fixed the issue.

Have you tried converting image? Sometimes something goes wrong with image encoding, and that could cause errors like this. Try to save your image to .bmp (or any other loseless format), and then to .jpg again. Hope it helps!