-2

How can I make CSS Lightbox redirect to another url when a user clicks the surface of Lightbox popup?

Ja͢ck
  • 170,779
  • 38
  • 263
  • 309
ANDRI N
  • 65
  • 8

1 Answers1

0

use onclick event handler onclick="location.href='http://example.com';"

btevfik
  • 3,391
  • 3
  • 27
  • 39