Hi @DAPPER-tekstenweb
Are you only experiencing these issues once pressing the maximise button in the lightbox?
This unfortunately is standard functionality of WooCommerce, and we don’t modify the lightbox in anyway. My recommendation would be to hide this button from use, as I don’t think it makes sense to enlarge the image from the standard lightbox view.
@media only screen and (max-width: 1024px) {
div.pp_woocommerce a.pp_expand, div.pp_woocommerce a.pp_contract {
display: none!important;
}
}
We are planning to strip out prettyPhoto for the Neighborhood v2.0 update, and integrate iLightbox, which is much much slicker.
– Ed