Can't resize properly. #3743
-
Hello Artf! bandicam.2021-09-02.09-38-13-807.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
Hi @ronaldohoch unfortunately, I can't help here just by looking at the video. Are you able to check from the devtools what is actually happening? From the official demo, I see resizing behaves correctly so, it would be helpful to have a reproducible demo. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to put it online, but it has a lot of code to some tools like stackblitz to load, if you allow me, i can put in a private repo and set you as member, i will. Here are two videos, the first is with the property it seems to me that I have to click and drag a lot of the mouse to change a few % of the column or image size. It's not fluid like in the demo. bandicam.2021-09-08.10-35-38-042.mp4bandicam.2021-09-08.10-40-05-722.mp4 |
Beta Was this translation helpful? Give feedback.
-
I've made the bug in https://jsfiddle.net/zdqsgwp3/ What i've made?
bandicam.2021-09-08.14-04-30-473.mp4it's Brave browser, in incognito mode |
Beta Was this translation helpful? Give feedback.
-
I was looking into it and i don't know why, but, if i integrate the grapesjs-mjml, it brokes the resizing of whole project :/ |
Beta Was this translation helpful? Give feedback.
-
It has a property at mjml, i could add the resize:true. (https://github.com/artf/grapesjs-mjml/blob/master/src/components/Image.js#L15) I'm started to think that it's not a good idea to allow the users to resize manually the e-mail images. 🤔 bandicam.2021-09-09.14-46-38-406.mp4 |
Beta Was this translation helpful? Give feedback.
It has a property at mjml, i could add the resize:true. (https://github.com/artf/grapesjs-mjml/blob/master/src/components/Image.js#L15)
But, it keeps with a strange behavior, it stops on resizing and i need to do it again. 🤔
I'm started to think that it's not a good idea to allow the users to resize manually the e-mail images. 🤔
bandicam.2021-09-09.14-46-38-406.mp4