We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The title (tooltip) is lost when gifffer is applied to image. Please apply the image's title tag to the output html.
Repro: <img data-gifffer="apples.gif" data-gifffer-alt="Apples" title="Click to show apples"/>
<img data-gifffer="apples.gif" data-gifffer-alt="Apples" title="Click to show apples"/>
Results:
<button style="position:relative;cursor:pointer;width:200px;height:112px;background:none;border:none;padding:0;" aria-hidden="true"> <div class="gifffer-play-button" style="width:60px;height:60px;border-radius:30px;background:rgba(0, 0, 0, 0.3);position:absolute;top:50%;left:50%;margin:-30px"> <div style="width: 0;height: 0;border-top: 14px solid transparent;border-bottom: 14px solid transparent;border-left: 14px solid rgba(0, 0, 0, 0.5);position: absolute;left: 26px;top: 16px"/> </div> <canvas width="200" height="112" style="width: 100%; height: 100%;"/> </button>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The title (tooltip) is lost when gifffer is applied to image.
Please apply the image's title tag to the output html.
Repro:
<img data-gifffer="apples.gif" data-gifffer-alt="Apples" title="Click to show apples"/>
Results:
The text was updated successfully, but these errors were encountered: