Forums
(@cynthia-pereira)
11 years, 8 months ago
Don’t need to modify the plugin to make image size responsive.
Insert the image normally; In “Size” select “Custom”; Set the “Width” and “Height” to “0”;
Insert this in your CSS code:
img { border: 0 none; max-width: 100%; vertical-align: middle; }