It is theme problem after update to woocommerce 3.0.0. I fix it added the following lines to function.php file in the theme directory:
add_theme_support( ‘wc-product-gallery-zoom’ );
add_theme_support( ‘wc-product-gallery-lightbox’ );
add_theme_support( ‘wc-product-gallery-slider’ );