Sizing images to fit a device screen dimension
If you can precisely measure the width of your screen or know the screen's exact dimension in pixels, you can calculate the pixels needed to mirror the physical size of the screen on a printed-out copy of the image. Here's how:
Determine the width or length of the screen, depending on which dimension you anticipate being larger on the captured image. There are two ways to do this:
Manually measuring the screen dimension using a physical measuring tool
Calculating via the below formula, if the below details are known (recommend to check your device information if not):
(Pixel width / screen ppi)*72
Convert the above measurement to pixels using a tool like this. Enter the above into the "Resize Images To" property of the form, accessible by clicking the name of the form at the top of the designer window:

On your form's connector, check the box to "Send Media Files Separately."
Bear in mind that the specified resizing will be done to the image's greater dimension, either width or length. As a result, this process will only work as long as the intended image dimension is not exceeded by the other dimension. For example, if you have measured the screen width and determine the calculations accordingly, the resizing will apply to the length instead if the length ends up being greater.
Related Articles
Image Sizing
To add an image, all you need to do is add the placeholder for the image field. However, the system will size the image automatically and usually this is not what you desire. To get the best image output and fit for your template, we suggest you try ...
Capture Google Maps Images in eForms Mobile
Using Google’s Open API, forms designed in eForms Mobile can easily display map images from Google Maps right on the screen for users to reference and annotate! In short, the eForms Mobile Media field allows any image to be captured from a URL. The ...
Using Images in your Apps
Our platform has a number of different ways that you can include images in screens to improve display and usability. Images in Data Sources On the data source side, you can add columns to your data source that have a type of "Image"; this then allows ...
RFID Scanning with Zebra Device
We have long facilitated barcode scanning with external scanners from Zebra. More recently, we have expanded our capabilities to include RFID scanning by integrating support for Zebra devices. Currently, our ability to support RFID scans with Zebra ...
Can I launch other apps on the user's device from within a Screen?
Launching other installed apps is possible only if the target app supports custom URL schemes. Basically, this allows you to use the "Open Link in Web Browser" interaction, on an action field or otherwise, with an app-specific URL as the parameter - ...