-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve browser compatibility for TypeIt and object-fit (#293)
* object-fit polyfill * TypeIt 7.0.3 -> 6.5.1
- Loading branch information
Showing
27 changed files
with
65 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
height: 100%; | ||
left: 0; | ||
top: 0; | ||
object-fit: cover; | ||
@include object-fit(cover); | ||
} | ||
|
||
&:hover { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -234,7 +234,7 @@ | |
} | ||
|
||
.lazyloading { | ||
object-fit: none; | ||
@include object-fit(none); | ||
} | ||
|
||
blockquote { | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,14 @@ [email protected] https://github.com/algolia/autocomplete.js | |
[email protected] https://lunrjs.com/ | ||
[email protected] https://github.com/algolia/algoliasearch-client-javascript | ||
[email protected] https://github.com/aFarkas/lazysizes | ||
[email protected] https://github.com/fregante/object-fit-images | ||
[email protected] https://github.com/twitter/twemoji | ||
[email protected] https://github.com/sachinchoolur/lightgallery.js | ||
[email protected] https://github.com/sachinchoolur/lg-thumbnail.js | ||
[email protected] https://github.com/sachinchoolur/lg-zoom.js | ||
[email protected] https://github.com/zenorocha/clipboard.js | ||
[email protected] https://github.com/ellisonleao/sharer.js | ||
typeit@7.0.3 https://github.com/alexmacarthur/typeit | ||
typeit@6.5.1 https://github.com/alexmacarthur/typeit | ||
[email protected] https://katex.org/ | ||
[email protected] https://github.com/knsv/mermaid | ||
[email protected] https://echarts.apache.org/ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -947,6 +947,8 @@ enableEmoji = true | |
algoliasearchJS = "" | ||
# [email protected] https://github.com/aFarkas/lazysizes | ||
lazysizesJS = "" | ||
# [email protected] https://github.com/fregante/object-fit-images | ||
objectFitImagesJS = "" | ||
# [email protected] https://github.com/twitter/twemoji | ||
twemojiJS = "" | ||
# [email protected] https://github.com/sachinchoolur/lightgallery.js | ||
|
@@ -960,7 +962,7 @@ enableEmoji = true | |
clipboardJS = "" | ||
# [email protected] https://github.com/ellisonleao/sharer.js | ||
sharerJS = "" | ||
# typeit@7.0.3 https://github.com/alexmacarthur/typeit | ||
# typeit@6.5.1 https://github.com/alexmacarthur/typeit | ||
typeitJS = "" | ||
# [email protected] https://katex.org/ | ||
katexCSS = "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
resources/_gen/assets/scss/css/style.template.scss_788c4a23da05f3aa3e03b28055a2e5f9.content
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
resources/_gen/assets/scss/css/style.template.scss_84a735b886b24531b6e80c5fb2060510.content
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
resources/_gen/assets/scss/css/style.template.scss_d40178ffcb058d725849178b0a7a43cc.content
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters