-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
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
data-background doesn't support webp image format #3200
Comments
hakimel
added a commit
that referenced
this issue
Apr 25, 2022
I've made the These already worked: This did not work before: |
samwize
pushed a commit
to samwize/reveal.js
that referenced
this issue
Jun 9, 2022
* hakimel/master: (1422 commits) tweak slides mention fix issues with overflowing fit-text when exporting to pdf hakimel#3191 hakimel#3120 Fix typo in plugin.js notes plugin only listens for same-origin postmessages to prevent xss new attempt at speaker view xss fix add support for 'data-background-gradient' hakimel#2510 fix issue where auto-animate did not work when jumping three or more slides (i.e. longer than the view distance) made data-background attribute work with .webp hakimel#3200 fix: truncated long r-fit-text on pdf update link fix issue with hakimel#3182 when slide numbers are disabled fix inconsistent fragment visibility in looping presentations hakimel#3123 fix: pdf page numbering for fragment group always use css transforms for presentation scaling (zoom has too many quirks even if it is slightly sharper on ldpi displays) update lock file 4.3.1 notes plugin allows messsages from current/upcoming slide windows fix hakimel#3154 fix vertical slide link in demo hakimel#3155 dont run full build + tests for package task hakimel#3156 ...
Great, thanks for fixing.
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Hakim El Hattab ***@***.***>
Sent: Sunday, April 24, 2022 11:49:47 PM
To: hakimel/reveal.js ***@***.***>
Cc: Vicki Jackson ***@***.***>; Author ***@***.***>
Subject: Re: [hakimel/reveal.js] data-background doesn't support webp image format (Issue #3200)
Closed #3200<#3200>.
—
Reply to this email directly, view it on GitHub<#3200 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACOEQIZSMAMYLHSNHLZAHDTVGY6AXANCNFSM5UGUGHZA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
srwohl
pushed a commit
to srwohl/phantom-pres
that referenced
this issue
Sep 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been resizing some images to use the webp format and I noticed that data-background does not support webp format. Is there a reason for this?
I took a look at the revealjs code and the code to render the background restricts the image types passed into the data-background attribute and webp isn't included in the list. I'm happy to make the code change to support webp and do a pull request, just wanted to check if there was a reason it's not supported.
https://developers.google.com/speed/webp/ has more info on this image format.
The text was updated successfully, but these errors were encountered: