javascript - Node server is returning rotated images when I use background-image -


I have an application with node.js, and some images are stored in the server, but for some reason, when I find the image looks good in my browser:

But when I use the same image but with a CSS rule like :

& lt; Div class = "upload-grid" style = "color: white; font-size: 1em; text-line: center; background-color: # 727272; background-image: url (http: / /myimage.jpg)! Important ; "& Gt; & Lt; / Div & gt;

Image rotates. How can I fix this?


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -