spotlight icon indicating copy to clipboard operation
spotlight copied to clipboard

How do show a single image with full spotlight support?

Open JcMaltaDev opened this issue 3 years ago • 0 comments

I have a page whose ONLY content is a single image.

My Markup is currently

<body>
<div class="spotlight" data-src="@ViewBag.ImageName">
    <img src="@ViewBag.ImageName">
</div>
</body>

However, this results in a "plain" image without spotlight support until the "plain" image is clicked ......

I ideally I would like the image to displayed with full spotlight without user interaction required.

JcMaltaDev avatar Feb 06 '22 17:02 JcMaltaDev