• Resolved visnevskis

    (@visnevskis)


    ?au,
    1.
    I’m not sure what’s intended and what’s not, but:
    when an image html element contains ‘title’ field, the following html gets generated by the plugin for the title:

    <div class="fancybox-custom-caption inside-caption">
    <p class="caption-title">title</p></div>

    and setting “show title” setting “off” doesn’t hide it, because selector in the plugin code seems to be irrelevant:
    ( isset( $mfbfw['titleShow'] ) ? ... : 'div.fancybox-caption p.caption-title{display:none}div.fancybox-caption{display:none;}' ) . '

    2. For some reason content (image) vertical panning (drag) seems enabled and when the content gets dragged, the lightbox ‘style=”…height=’ grows on each drag, leaving permanent whitespace above title. When the entire viewport gets resized, lightbox size resets back close to normal.

Viewing 1 replies (of 1 total)
  • Thank you so much for letting us know about this @visnevskis!
    We appreciate it and have opened a GitHub ticket with your feedback.

    Rock on,
    Mihaela

Viewing 1 replies (of 1 total)
  • The topic ‘Show title and drag’ is closed to new replies.