You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have found an issue related to align center to an image.
When i click align center for image and then preview it. we are not able to apply align center to that image.
Can you please look into that whether the issue really exists or not
Thanks
The text was updated successfully, but these errors were encountered:
This is because the RTE adds inline styles which get stripped, and GM adds .img-responsive which does width:100% auto; This is actually fixed in 0.3.2 in a way, as in you can disable this behaviour by removing the default img-responsive option
// Add this class to every img
addImgClass: "img-responsive",
(i.e, pass addImgClass: "" as an option on init())
This will stop images being automatically responsive though.
Hi,
I have found an issue related to align center to an image.
When i click align center for image and then preview it. we are not able to apply align center to that image.
Can you please look into that whether the issue really exists or not
Thanks
The text was updated successfully, but these errors were encountered: