JS Client-Side Exif Orientation: Rotate and Mirror JPEG Images

前端 未结 12 883
花落未央
花落未央 2020-11-22 11:59

Digital camera photos are often saved as JPEG with an EXIF \"orientation\" tag. To display correctly, images need to be rotated/mirrored depending on which orientation is se

12条回答
  •  有刺的猬
    2020-11-22 12:29

    I am using mixed solution (php+css).

    Containers are needed for:

    • div.imgCont2 container needed to rotate;
    • div.imgCont1 container needed to zoomOut - width:150%;
    • div.imgCont container needed for scrollbars, when image is zoomOut.

    .

    
    
    
    
    

提交回复
热议问题