Images become a squared image on mobile view

In your admin pane, go to Customize, Themes. Select the proper theme or component, click on Edit CSS/HTML, then check the CSS Tab, probably in the Mobile top tab. You should find the corresponding CSS code written somewhere and you can either comment or delete it:

(here it is commented)

// Theme: 表情大小
// Target: mobile scss
// Last Edited: 2016-02-10 14:39:25 UTC
/*
div.contents.regular > div > p > img{
    height:100px;
    width:100px;
}
div.d-editor-container > div.d-editor-preview-wrapper > div > p > img{
    height:100px;
    width:100px;
}*/
4 Likes