• Resolved carlosvai

    (@carlosvai)


    Hi, first amazing plug in!
    I have almost everything set up and working!
    But I have a small problem when trying to set the preview size to a custom size.
    https://ibb.co/FqmHPM5

    If I use the ACF I can choose the custom size (featured_image) which is 200×300, and it shows fine in the backend.
    https://ibb.co/8rdcDs1

    But with Frontend Admin it only works with the standard WP sizes
    https://ibb.co/922qBDp

    Am I missing something?
    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter carlosvai

    (@carlosvai)

    I managed to find a workaround via CSS if anyone is interested.

    .acf-image-uploader .image-wrap img {
        max-width: 200px;
        max-height: 300px;
        object-fit: cover;
    }

    Of course you can change the numbers, but the key is to use the object-fit function.
    Cheers.

Viewing 1 replies (of 1 total)
  • The topic ‘Preview size not working with custom size’ is closed to new replies.