You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know the animation in lazy doesn't work when js is disabled, but how do I make it render the complete SVG when js is disabled, currently, it doesn't render anything. Thanks
The text was updated successfully, but these errors were encountered:
I was looking at this as well and it seems you can just set the default styles for the elements in the SVG using CSS;
#Layer_2 path,
#Layer_2 line {
stroke-linecap:round;
stroke: rgb(255, 255, 255);
stroke-opacity:1;
stroke-width:8px;
}
I know the animation in lazy doesn't work when js is disabled, but how do I make it render the complete SVG when js is disabled, currently, it doesn't render anything. Thanks
The text was updated successfully, but these errors were encountered: