client/css: orient image posts based on EXIF data
this uses the optionally implemented "image-orientation: from-image" CSS property, and will not work on every browser. see #311
This commit is contained in:
parent
8c01c7714f
commit
deffe91fda
1 changed files with 3 additions and 0 deletions
|
@ -16,3 +16,6 @@
|
||||||
bottom: 0
|
bottom: 0
|
||||||
width: 100%
|
width: 100%
|
||||||
height: 100%
|
height: 100%
|
||||||
|
|
||||||
|
img
|
||||||
|
image-orientation: from-image
|
||||||
|
|
Loading…
Reference in a new issue