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

Advancing into slide fragment render removes clickability from floated image #3153

Open
reagle opened this issue Mar 10, 2022 · 0 comments
Open

Comments

@reagle
Copy link

reagle commented Mar 10, 2022

I have a slide where an image is floated to the left, and then a "fragment" list is revealed upon advance. The problem: the image is hyperlinked, and once I advance into the fragment, the image can no longer be clicked.

<h2 class="img_left">Left float w/ fragment list</h2>
<p><a href="https://www.flickr.com/photos/hades2k/7001927337/" title="The Cathedral &amp; The Bazaar by Hades2k, on Flickr"><img data-src="https://farm8.staticflickr.com/7276/7001927337_f1b079b8a2.jpg" alt="The Cathedral &amp; The Bazaar"></a></p>
<div class="fragment">
<ul>
<li>Plenty season beyond by hardly giving of.</li>
<li>Outward general passage another as it.</li>
</ul>
<p><a href="">⚠bug</a>: the image is no longer clickable after the fragment is revealed.</p>
</div>
</section>
section.img_left img, section.img_left figure {
    float: left; margin-right: 40px; }
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