Mobile Formatting for Iframes

  • ronshuller
    Asked on November 12, 2018 at 12:37 PM

    https://form.jotform.com/81494005547155


    On this page, I cannot get the mobile responsive widget to get the videos to re-size when used on mobile

    device viewing as a vertical page.

    Thanks

  • Richie JotForm Support
    Replied on November 12, 2018 at 2:28 PM

    It seems that the iframe embed widget is not affected by the responsive widget.

    You can try to add these custom CSS in your form:

    @media (max-width: 480px){
      #customFieldFrame_18,#customFieldFrame_19

      {
          width: 400px !important;
        margin-left: -10px;
      }

     
      #customFieldFrame_20,#customFieldFrame_22{
         width: 450px !important;
        margin-left: -20px;
      }
     
    }

    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know if the issue still remains.

    Thank you.