|
| photo resizing in HTML object |
| Iniciado por guest, 24,oct. 2016 11:09 - 2 respuestas |
| |
| | | |
|
| |
| Publicado el 24,octubre 2016 - 11:09 |
Hello,
In several CMS sites the user can add a picture in an HTML object with an upload button.
With firefox it is possible to resize the pictures in the edit window. Firefox shows 6 handleson the pictures.
This is not possible in Chrome or IE.
Is there a solution. Now I have to say to my clients... For this part you need Firefox for the other module you better use chrome etc
Thanks,
Willy Hermans |
| |
| |
| | | |
|
| | |
| |
| Publicado el 24,octubre 2016 - 12:29 |
Hi Willy
I'm not sure I understand the question... You are talking about an "HTML OBJECT"...
So if this is about some outside tool used in webdev, you need to ask these questions on the forum dedicated to this outside tool...
If you are talking about an image field in webdev, yes, it's possible by code... One way of doing that: - use CELLs to make your handles, and set them as movable by the user - in your code, depending on the position of each cell, change the size of your image, and of course prevent the cell from going somewhere they shouldn't (max size, by example)
Best regards |
| |
| |
| | | |
|
| | |
| |
| Publicado el 24,octubre 2016 - 19:11 |
Hello,
It is an edit object in WebDev (type html)
With the code
HTML_Article +=
a picture is added at the end of the article |
| |
| |
| | | |
|
| | | | |
| | |
|