Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1440927

    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.

    #1441057

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.