Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add a responsive image
#1
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.
Reply
#2
in the css file, specify the following
img {
max-width:100%;
height:auto !important;
}
Reply
#3
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
Reply




Users browsing this thread: 1 Guest(s)