When I switch to virtual mode, I am encountering an issue where a .png rounded corner image with the entity template as data thumbnail is displaying with a black square box instead (refer to the screenshot for better clarification).
<img id="subway" crossorigin="anonymous" src="images/new/subway.png">
<a-entity id="links" layout="type: line; margin: 2.5" position="-5 4.6 -4">
<a-entity template="src: #link" data-src="#expense-subway" opacity="0.5" transparent="true" rotation="0 30 0" data-thumb="#subway" class="links"></a-entity>
</a-entity>