Skip to content

How do show a single image with full spotlight support? #78

@JcMaltaDev

Description

@JcMaltaDev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions