spotlight
spotlight copied to clipboard
How do show a single image with full spotlight support?
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.