Viewing 1 replies (of 1 total)
  • Plugin Author Johannes Kinast

    (@goaroundagain)

    Hi @cgra,

    I think this should be possible with CSS, but it’s not the purpose of this plugin.

    An easy solution would be to show a magnifier with a plus as the cursor if a user hovers a Gallery Item with a link:

    
    .wp-block-gallery a:hover {
    cursor: zoom-in;
    }
    

    Otherwise, you could try to use the ::before or ::after pseudo-elements to add the overlay like in your example without changing the HTML structure.

Viewing 1 replies (of 1 total)
  • The topic ‘Overlay on Thumbnails’ is closed to new replies.