argasoft 0 Posted July 2, 2020 Report Share Posted July 2, 2020 Hi! I have the following style: .table_bg17{ background: url(sfondo_05.jpg) no-repeat fixed top; color: #FFB340; font: 17px "Comic Sans MS"; background-size: cover; } Image link: www.gemmamessori.it/sfondo_05.jpg Original is vertical but it's shown: - horizontal in Firefox and Brave - vertical (correct) in Safari, IE7 and Edge Any idea? TIA Arnaldo Quote Link to post Share on other sites
Ingolme 1,035 Posted July 3, 2020 Report Share Posted July 3, 2020 I don't think this is a CSS issue. The image file itself is horizontal. There might be an orientation flag embedded into the image file telling it which way is up which one of the browsers is ignoring. Try editing it in an image manipulation program and saving it again. The other possibility is that it is a CSS issue and there is some CSS rotating the element. I think this is less likely since such CSS would not work in IE7. Quote Link to post Share on other sites
argasoft 0 Posted July 3, 2020 Author Report Share Posted July 3, 2020 Hi and thank you. I edit it with CorelPhoto and its vertical. Preview with WinExplorer shows it vertical. Same with MS Paint and MS Picture Manager. You mention a CSS issue: no rotation property found. It's a page I made some years ago and I remember earlier versions of Firefox showed it vertical. Did you try with different browsers? Quote Link to post Share on other sites
dsonesuk 929 Posted July 3, 2020 Report Share Posted July 3, 2020 https://www.instructables.com/id/Fix-EXIF-to-make-rotated-photos-look-correct/ Quote Link to post Share on other sites
argasoft 0 Posted July 4, 2020 Author Report Share Posted July 4, 2020 Ok, solved with IrfanView. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.