Skip to content

Strange effect on images #1714

Discussion options

You must be logged in to vote

The OP didn't offer any source code. The only thing I know is that when the link address of your image is wrong, it will always have this loading animation. So the OP should check whether the image address is wrong.

This animation effect is generally used to remind users that the page is loading images. The relevent settings can be seen here: shimmer. If you want to cancel this animation, you can add the following code to assets/css/jekyll-theme-chirpy.scss:

.shimmer::before{
  content:""
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@popescualinflorin
Comment options

@huanyushi
Comment options

Answer selected by popescualinflorin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants