Will one graphic tile function as background for a form on accessed on different devices? MOBILE, LAPTOP a& DESKTOP

  • IanRm
    Asked on October 31, 2020 at 8:11 AM

    Hi,

    My question is from a graphic design perspective . What are the optimum technical specification to create a tile graphic to use to make up a background. Sorry but neither question answered- does anybody else in the team have a clue of what i am asking?

    Is it possible to create a graphic tile to be used for BACKGROUNDs in Jotform?

    If yes what would be the graphical specification of that background TILE?


    Will Jotform automatically the device type that is opening the form? and configure the same one tile image to work for Mobile and Lap Top and Large DEsk Top Monitor?


    Have you any links to help me learn how to achieve this?

    Ian

    NO URL PROVIDED AS I HAVE NOT COMMENCED THE BUILD YET?

  • jonathan
    Replied on October 31, 2020 at 8:44 AM

    Hi,

    Is it possible to create a graphic tile to be used for BACKGROUNDs in Jotform?

    Yes. You can use the Advance Designer to add your own custom form background. And the background will be responsive as well depending on the device browser.

    If yes what would be the graphical specification of that background TILE?

    I am not sure which specification you meant, but if its about the size/dimensions of the image, you can always customize the dimensions using custom injected CSS codes.

    The form have native support for all modern mobile device browsers as well. The form will be responsive depending on the device browser screen size.

    I hope this help. Let us know if you need further assistance.

  • Ian
    Replied on October 31, 2020 at 10:41 AM

    Sorry that is completely outside of my comprehension.

    My question is from a graphic design perspective . What are the optimum technical specification to create a tile graphic to use to make up a background. Sorry but neither question answered- does anybody else in the team have a clue of what i am asking?

  • Patrick_R
    Replied on October 31, 2020 at 12:22 PM

    Hello Ian! There is no such recommended height or width for a background form image.

    Please check this form: https://form.jotform.com/203044450980046
    This form is using 400x400 tile image. Here is the image path: https://www.jotform.com/uploads/Patrick_R/form_files/morocco-blue.5f9d8b5a152cb9.02728337.png

    The uploaded background image is repeated and is positioned as "centered top". The tile's width would be determined by the tile's height. These forms have CSS code implemented to keep height of the uploaded background image at 100%.

    In case you're interested in the CSS code, then following is the CSS code for page's background image:

    background-image: url(image-path);height: 100%;background-repeat: repeat;background-attachment: scroll;background-position: center top;

    It is also possible for you to make custom adjustments to the uploaded background image via custom CSS code. Guide: how-to-inject-custom-css-codes

    - Will one graphic tile function as background for a form on accessed on different devices?

    Yes, it will.

    I hope this information helps. In case it doesn't, let us know.

    Thank you!