when use css transform: scale(1.5),the page shows ok before use snapdom .But the image show biger than real size after use snapdom .
Then the css bundle removes all individual transformation properties written before transform property and all those transformation properties written after transform property are merged into the ...