Vertical photos lying side by side [PROBLEM]

Permalink
Hello there;

Vertical photos are automatically placed in the horizontal position after uploading with the file manager. How can I solve this problem? Please examine the screen display.

Thank you.

1 Attachment

 
brutalnv replied on at Permalink Reply
brutalnv
Greetings!

You can try to check the concrete5 configuration parameter which is responsible for automatic image rotation:
'file_manager' => [
        'images' => [
            'use_exif_data_to_rotate_images' => true,
        ],
    ],

(/concrete/config/concrete.php)