I
I
Ilya2015-01-29 20:13:42
Angular
Ilya, 2015-01-29 20:13:42

Why are pictures from parse.com upside down?

Good day. There was a very incomprehensible situation. To store pictures / photos as api, we use a layer in the form of parse.com. Everything works well. But when I get photos from the database, and then work with them in angularjs, the photos are upside down. Although the source code (if you just open the link to the picture / photo) is normal.
In angularjs I do this

<img src="{{ messages.content }}" style="width:100%;">

Some street magic.
PS We use ionic as html/css/js framework.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuri Kan, 2015-01-29
@yurikan

<img style="-webkit-transilition: rotate(90deg);">

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question