Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't embed videos in a href tag #383

Open
grafika-x opened this issue Jul 8, 2023 · 0 comments
Open

I can't embed videos in a href tag #383

grafika-x opened this issue Jul 8, 2023 · 0 comments

Comments

@grafika-x
Copy link

grafika-x commented Jul 8, 2023

No-image entry: text or video entry
if I use selector : 'div, div:not(.spinner)'

<div style="height: 50px; width: 200px;">
         <a href="..." style="position: absolute; bottom: 10px; right: 10px;">Next entries...</a>
     </div>

how do i get a video in the click box?

<div style="height: 50px; width: 200px; background: red;" ><img alt="preview" src="preview.jpg" />
        <a href="video???" style="position: absolute; bottom: 50px; right: 10px;">Next entries...</a>
    </div>

when I force the a href of the video shortcut via javascript, the entire gallery preview opens for me

I need it to work for me as with img, i.e. I click on the preview image and the video opens for me, so that it is part of the gallery, or to make it work like pictures.

Thanks for advice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant