Strange effect on images #1714
-
Checklist
How did you create the site?Built from Descriptionhello i used the code from "Text and Typography" to add images like "{: width="972" height="589" .w-75 .normal}" there is a strange line that pass over the image Operations you have already triedI tested it on different post, re-downloaded the template, tested on different browser Anything else?No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
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 .shimmer::before{
background:none;
} |
Beta Was this translation helpful? Give feedback.
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
: