GetSimple Support Forum
Add a responsive image - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Add a responsive image (/showthread.php?tid=14321)



Add a responsive image - Cray - 2020-05-26

Hello Guys,

at first I have to say that my English is not the best Big Grin.
My Question: Can I add a Picture that is responsive, because in the editor I can give the picture a height and a width in pixels. So, is it possible to change that, so that the images are responsive?

I hope anyone can help me,

Cray.


RE: Add a responsive image - Oleg06 - 2020-05-26

in the css file, specify the following
img {
max-width:100%;
height:auto !important;
}


RE: Add a responsive image - Timbow - 2020-05-27

Delete the values for Width and Height in the Editor Image Properties panel, then either do what Oleg says, or go to the Advanced tab and add inline css or stylesheet classes