- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 19,830
- راهحلها
- 27
- پسندها
- 3,258
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
This CSS in
Code:
it probably makes more sense for the selector to be a "contains" rather than "ends with" because the .svgz extension is a valid SVG (it simply means it's compressed):
Code:
Either way as it is now, the logo disappears if it's a .svgz image, but doesn't disappear (as expected) if it's .svg
app_nav.less
causes an SVGZ image to be hidden if the extension is .svgz:Code:
&:not([src$=".svg"])
it probably makes more sense for the selector to be a "contains" rather than "ends with" because the .svgz extension is a valid SVG (it simply means it's compressed):
Code:
&:not([src*=".svg"])
Either way as it is now, the logo disappears if it's a .svgz image, but doesn't disappear (as expected) if it's .svg
نام موضوع : SVGZ logo hidden if screen width is too small