You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<script>
objectFit.polyfill({
selector: '.u-actionitem img', // this can be any CSS selector
fittype: 'cover', // either contain, cover, fill or none
//disableCrossDomain: 'false' // either 'true' or 'false' to not parse external CSS files.
});
</script>
The text was updated successfully, but these errors were encountered:
solution: https://github.com/bfred-it/object-fit-images/
https://github.com/anselmh/object-fit
It actually works worse than without....
<script> objectFit.polyfill({ selector: '.u-actionitem img', // this can be any CSS selector fittype: 'cover', // either contain, cover, fill or none //disableCrossDomain: 'false' // either 'true' or 'false' to not parse external CSS files. }); </script>The text was updated successfully, but these errors were encountered: