zyra / ionic-image-loader

Ionic 2+ Component that loads images in a background thread and caches them for later use
MIT License
436 stars 137 forks source link

Style img rendered by the pre-loader tag #272

Open klishey opened 4 years ago

klishey commented 4 years ago

Is there a way to style the <img> that is being rendered by the <pre-loader> like in the <ion-img>

this works for <ion-img>: ion-img.custom-style { height: 200px; object-fit: cover; } However that method doesn't seem to work in