If you have set a featured image – there is on the page/post – list a small preview image of that featured image.
But if you have set a svg image on those pages/posts there is on default nothing to see – due to dimension settings of the svg.
Can you set f.e.
it will not work on quick css! – to solve this maybe in avia_admin.css
.wp-admin #the-list .has-media-icon img[src*=".svg"] {
width: 60px;
height: auto;
}
At the moment I’m doing this via the admin_head hook.
Hey,
Thanks for sharing, as you point out using the admin_head hook will make this work, but I believe that you wish to make a feature request, please use the Github Feature Request as it will be sent to the Dev Team directly for their review.
Best regards,
Mike