How to add images with the correct orientation?

So Jekyll Bootstrap seems to have some problem with orienting images.
I add an image like

![My helpful screenshot]({{ site.url }}/assets/screenshot.jpg)

But the orientation is different than what I see in my desktop.

So what’s the fix for this?