Copy the direct link and place it inside the img src attribute.
<img src="https://www.zupimages.net/up/23/07/n9_top.jpg" alt="Image"> img src https wwwzupimagesnet up 23 07 n9 top
<!-- 1️⃣ CSS – include it in <head> (or link an external file) --> <style> /* --- CSS START --- */ /* Basic reset for the demo */ *, *::before, *::after box-sizing: border-box; margin:0; padding:0; Copy the direct link and place it inside
/* Light‑box overlay */ .lightbox position: fixed; inset: 0; background: rgba(0,0,0,.85); display: none; /* hidden by default */ justify-content: center; align-items: center; z-index: 9999; opacity: 0; transition: opacity .3s ease; (or link an external file) -->