Tip of the day

Support tickets can be submitted directly from application

Controller types

Image

Estimated reading: 1 minute 82 views

Values & Display


This control allows adding an image to the form.

Image uploadPress 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 valueTo comply with the accessibility directive, enter a value to the “Accessibility value” field.


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.

Leave a Comment

Share this Doc

Image

Or copy link

CONTENTS