hygrffth
(James Griffith)
April 4, 2022, 4:26pm
#1
How do you make an image in Gravity forms responsive? I added an image and it looked great on a desktop but when I viewed it in my mobile phone it was too small.
How can I make an image in Gravity forms responsive so that it appears much bigger on a mobile device?
Many thanks
sacom
(Samuel Aguilera (Gravity Forms))
April 5, 2022, 3:25pm
#2
In the same way that you added your own HTML tag to include the image, you will need to add also your own CSS to your site to make it responsive.
For example, by adding a CSS class name to your HTML img tag and adding your custom CSS to the site with the CSS properties for that CSS class.
The following links may help you with the CSS:
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
hygrffth
(James Griffith)
April 5, 2022, 11:41pm
#3
Thanks again Samuel. I might also use a Lightbox plugin to increase the size of the Pop up image.