Image rotation problem

I built a blog using Beautiful Jekyll. I have an old family picture taken back in the 60’s that I converted digitally. The problem I have is when I put in my post it is turned 90 deg. to the left. Is there a way to fix that in Jekyll or is it something I have to do out of Jekyll? Thank you.

sometimes images have exif info that tells a program to rotate it - so the image itself might be wrong, but some applications can read the tag and rotate it properly. I doubt web browsers are reading that tag so this could be your issue.

Re-saving the file in Photoshop or another image editor could save it in the proper rotation if that is the issue.

Thank you for the quick reply. I did read about the exif. I will try re-saving the image as suggested.