Image Estimated reading: 1 minute 191 views Values & Display This controller allows adding an image to the form. Image upload Press the “Choose file” button and upload the file to the controller. It is recommended that the file size does not exceed a few KB. Accessibility value To comply with the accessibility directive, enter a value to the “Accessibility value” field. Developer In case the image is not displayed correctly on different phone screens, go to the “Stylesheet” option under the Configuration tab and add the following code: .logo img { width:100%!important; max-width: 100% !important;} Then go to the image controller in the template, open the Developer tab and add the tag name (in our case it is “logo”). For more information about the Stylesheet click here. Controller types - Previous Auto Date Next - Controller types File Upload