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 like to set the parent-fit in CSS, but the content is always "normal" and ignores the setting in the fontFamily. If I use content to declare, it will run. I think Chrome set a default content in getComputedStyle(element) to "normal"
The text was updated successfully, but these errors were encountered:
lazysizes/plugins/parent-fit/ls.parent-fit.js
Line 65 in 1523a4f
I like to set the parent-fit in CSS, but the
content
is always "normal" and ignores the setting in thefontFamily
. If I use content to declare, it will run. I think Chrome set a defaultcontent
ingetComputedStyle(element)
to "normal"The text was updated successfully, but these errors were encountered: