springuper/postcss-viewport-units

Base64 image cannot be displayed in iphonex

Closed this issue · 4 comments

use the plugin, Base64 image cannot be displayed in iphonex.
but if i remove the plugin, displayed in iphonex is ok.

could you give an example? that would be very helpful.

can i get the element target name in filterRule params? it's seem if i ignore image element by filterRule, the bug will fixed.

but i only get selector in filterRule option, can i ignore all image element use the option?

@wendaosanshou
@springuper

Note: The content hack may not work well on and other replaced elements, even though it should compute to content: normal; on regular elements. If you find yourself in such a situation, this may be a way out:

img {
  content: normal !important;
}

thx