Force minimum image dimensions

Support General Force minimum image dimensionsResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #41658
    AFWERXAFWERX
    Participant

    From a search I see that this has been coming up for a couple years, but not implemented yet. Anyone know of a script I can use to require a minimum width on an image for it to be uploaded in Meta Box? This is a real problem for me right now.

    #41670
    PeterPeter
    Moderator

    Hello,

    I think you can follow this article to get image dimension with a PHP function https://www.geeksforgeeks.org/php-getimagesize-function/

    Then use the remote validation to check the minimum dimension of the image on your own https://docs.metabox.io/validation/

    #41763
    AFWERXAFWERX
    Participant

    Thanks. I'll try to figure it out.

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