Good news! 8-)
A simple fix would be to change this line in the following file:
/themes/default-bootstrap/js/product.js
from this:
$(document).on('click', '#view_full_size, #image-block', function(e){
to this:
$(document).on('click', '#view_full_size, #bigpic', function(e){
I hope...