Advanced HTML Editor 3 Support Product Page

Answered

if I use resizer can I still resize the image in html 3

Asked 25 Sep 2013 00:18:43
1
has this question
25 Sep 2013 00:18:43 phil vouers posted:
I setup html3 to upload and resize.. I set the resize to 275pixels. I also use the filemanager addon. What I want to do sometimes is resize the image further on the page. I select the image, right click it and tryto make it smaller but nothing happens. the image remains the same size. If I do not check the resize box then I can resize it with the method above.. Am I doing something wrong. I really wanted to start with say a pre-resize image if you understand what I mean.

Replies

Replied 25 Sep 2013 07:42:38
25 Sep 2013 07:42:38 Teodor Kuduschiev replied:
Hello,

The resize when uploading the image resizes the image on the server.
The resize in the Editor only resizes it by giving a width and height in the browser. They are not connected.
Once you upload your image, it gets save on the server as 275px wide on the server. Then when you place it on the page - Right Click > Add/Edit Image > Enter the new width/height, click OK.
Replied 25 Sep 2013 10:52:02
25 Sep 2013 10:52:02 phil vouers replied:
I do that and in the editor it shows the smaller size BUT on the actual page it shows the full size. Here is a link.. the goofy image should be only 50px x 50px. SAMPLE
Replied 25 Sep 2013 11:06:55
25 Sep 2013 11:06:55 Teodor Kuduschiev replied:
Hello Phil,

It seems you are using some CSS framework, producing "lame" code, not following the standards in responsive web design for using the: width: auto; property. That causes the image to be always as wide as its original size.
Replied 25 Sep 2013 12:30:28
25 Sep 2013 12:30:28 phil vouers replied:
BUT if I uncheck the resize box then everything will work fine except that the image is uploaded at full size, but can then be resized in the editor and hows resized on the page. So my thought is that it is something in the resize extension that is creating the problem.
Replied 25 Sep 2013 12:43:43
25 Sep 2013 12:43:43 Teodor Kuduschiev replied:
As i explained earlier - the issue is with the code generated by the framework you are using, especially the not-proper usage of the width:auto; property for the images.
This reply was removed on 9/15/2015 6:43:36 AM.
See the changelog

Reply to this topic