Formulario

  • AdoniasRodrigues
    Asked on February 20, 2020 at 12:46 PM

    Boa tarde. 


    As imagens do formulario estão aparecendo super pequenas, mas quando estou construindo e vou em pre visualização aparecem tudo ok em um tamanho bom.

    Mas depois de salvar elas ficam super pequenas. 

    Conseguem verificar por gentileza. 


     https://www.jotform.com/build/72110084477957

  • enterprisesupportteam
    Replied on February 20, 2020 at 2:25 PM

    Hi @AdoniasRodrigues!

    Thank you for contacting our support team.

    I have taken a look at your form and I would like to verify that the images that you would like to resize are the ones besides the anchor links? Please confirm if these are the correct images:

    1582226110Screen Shot 2020 02 20 at 11 Screenshot 10

    If so, I would suggest attempting to edit them using CSS. You may try the following code to resize these images:

    img{

      max-width: 80px !important;

      height: 80px; !important;

    }


    Please do test this code get back to us with your results, we look forward to your response!