Hi,
1) for blog image –
Firstly make a child theme of your enigma theme with the help of this plugin. So the change will be saved if the theme update.
After making a child theme. Go to the parent theme directory and copy the home-blog.php file and paste it into the child theme folder.
Here (in the child theme folder) open this file (home-blog.php) and go to line no – 27 and see the code
<div class="col-md-4 col-sm-12 scrollimation scale-in d2 pull-left">
replace this code with the code given below and save the file.
<div class="col-md-4 col-sm-12 col-xs-12 scrollimation scale-in d2 pull-left">
2) And Blog autoplay is working fine. We have tested it in our WordPress.
For this issue. Please deactivate your plugins one by one and check the issue.
Thanks.