• Resolved gabikod

    (@gabikod)


    Hi over there!! Just seen that in the latest updates you added Enhance List Tables.

    On the featured image option do you think it’s possible for us to manually define the size of the feature image? OR maybe choosing beetween L – M – S size image? On the actual one I feel it’s very big.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • SWEET!!!!

    Plugin Author Bowo

    (@qriouslad)

    Please use the Custom Code >> Custom Admin CSS module for now. The current CSS for the featured image size added via Enhance List Tables module is:

    .asenha-featured-image img {
        width: 110px;
        height: auto;
        border: 1px solid #e5e5e5;
    }

    Simply change the width to something like

    width: 75px !important;
    • This reply was modified 10 months, 1 week ago by Bowo.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured Image size’ is closed to new replies.