gilles85
Normally, when hovering picture, it will show title text.
You can open the file: [ROOT]/templates/ja_playschool/acm/gallery/tmpl/style-1.php
Look for this line of code:
<img src="<?php echo $helper->get('data.img', $i) ?>" alt="<?php echo $helper->get('data.img-alt-text', $i); ?>" />
change it to:
<img src="<?php echo $helper->get('data.img', $i) ?>" alt="<?php echo $helper->get('data.img-alt-text', $i); ?>" title="<?php echo $helper->get('data.img-alt-text', $i); ?>" />