Viewing 1 reply thread
You must be logged in to reply to this topic.
Hello,
When I click on an image on this page: https://ot.adviceit.be/?page_id=601
The lightbox opens but the image is displayed very small.
When going to lightbox from portfolio this does not happen. Only when going to lightbox from outside portfolio.
Can you help me with this please?
Thanks in advance
Jens Terryn
Hello,
We have fixed this issue by editing the file wp-content\themes\folie\includes\codeless_builder\shortcodes\cl_media.php
<a href="<?php echo urldecode( $image['url'] ) ?>" class="lightbox">
replaced with:
<a href="<?php echo codeless_get_attachment_image_src($image['id'], 'full') ?>" class="lightbox">
let us know.
Regards!
You must be logged in to reply to this topic.