App Connect Medium Editor Image Upload Add-on Support Product Page
Bootstrap Classes
 Asked  08 Sep 2017  16:04:18 
  1 
     has   this question  
  08 Sep 2017  16:04:18 Brad Lawryk posted: 
 Are the images responsive? Any way to add Bootstrap classes to the images?  Replies
 Replied 12 Sep 2017  06:12:41 
   12 Sep 2017  06:12:41 Ben Pleysier replied: 
  Hi Brad,
I posted this as a suggestion. See www.dmxzone.com/support/33006/topic/63036/. You can place style rules on any of the elements.
e.g.
.medium-editor-image-upload img {
max-width: 100%;
}
which makes the image responsive.
  I posted this as a suggestion. See www.dmxzone.com/support/33006/topic/63036/. You can place style rules on any of the elements.
e.g.
.medium-editor-image-upload img {
max-width: 100%;
}
which makes the image responsive.
 Replied 12 Sep 2017  15:16:52 
   12 Sep 2017  15:16:52 Brad Lawryk replied: 
  Thanks Ben,
That is a good temporary work around. Unfortunately it effects all images. Hopefully there will eventually be a way to add classes if it's possible.
I will certainly vote for your suggestion.
  That is a good temporary work around. Unfortunately it effects all images. Hopefully there will eventually be a way to add classes if it's possible.
I will certainly vote for your suggestion.

