Thank you. Sorry for being late.
Hi,
Somehow the issue has been changed to the other way round! It doesn’t work on the first hover but on image thumbnails are fine. So I really don’t know what the cause of the issues. I certainly changed the image sizes and removed other magnifier plug-ins that I had tried.
It also recognises the new image and zoom the correct image!
thanks
Hi,
I’ve found the solution from this forum.
Firstly, I’ve changed from otw-portfolio.css
.otw-eighteen, .otw-row .otw-eighteen {
width: 75%; to 100%;
}
Secondly, I removed
<div class=”otw-six otw-columns”>
<?php get_sidebar(); ?>
</div>
It works for me.