Hi @fidukoff,
A lightbox functionality is not included. But I assume this can be done with a lightbox plugin that opens every image in a lightbox on click.
Best regards,
Daniel
Thanks for the answer! 🙂 but for this, there must be a link to the full image, and there is none 🙁
You are right – this would be the regular way. Maybe there are plugins available that could target specific images without link as well. The underlying image src points to a high res image.
Аnd why don’t you want to make such an option? I would do as (this would be done in the settings) – click on the image three options – either a separate page or a link to the full image or nothing 🙂
I will try to find a plugin to open any image in full format, but unfortunately, this is a difficult way for users 🙁
I’m gonna think about it again, but at the moment this is a bit out of scope.
Best regards,
Daniel
I temporarily implemented the “curve” functionality – the lightbox needs to know in advance the dimensions of the uploaded image, which I did through a hook. But it’s better not to see how I did it )))) I brought out a transparent gif for 100% of the entire bubble and from it a link to the full picture )))
Can you tell me a hook how to change the output of the image itself in add_filter(‘oum_location_bubble_content’, function ( $content, $location) to hang a link on it? I can display the picture again , but I can’t change the default one 🙁
Thanks! 🙂
Hey @fidukoff,
Today I’ve actually added a new hook as you suggested. Please see Settings > Open User Map > Help & Getting started > Hooks for more details.
The new version 1.3.19 is available now.
Best regards,
Daniel
Everything works, thank you very much 🙂