• Resolved mlchrt

    (@mlchrt)


    Hi there,
    it is possible to have a preview of the uploaded content if it’s a picture?
    Any third party solution for this?
    Thanks alot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @mlchrt

    I hope you are doing good today.

    With a single upload file, this will be not possible. However, you can set up file upload as multiple, which allows seeing small images. With the below code you will be able to set up image box as full width, remove file name, and leave X to remove the image.

    Note to limit this muliple upalod to 1 file in settings.
    #forminator-module-185 is your form ID which you can find in page source.

    #forminator-module-185 .forminator-uploaded-file--image {width:100%; height:400px;}
    #forminator-module-185 .forminator-img-preview {background-size:contain;}
    #forminator-module-185 .forminator-uploaded-file--text {display:none;} 

    Kind Regards,
    Kris

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @mlchrt ,

    We haven’t heard from you for several days now, so it looks like you don’t need our assistance anymore.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Upload Preview’ is closed to new replies.