Picture Size Adjustment

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
User avatar
Uli
Posts: 10
Joined: Sun Nov 18, 2007 3:42 pm

Picture Size Adjustment

Post by Uli »

I was looking for a function to autocorrect the with and height in an img-Tag - maybe it's already build into the Webuilder and I am just too blind to find it or it could be a new fine feature:

For example, I write in the code:

Code: Select all

<img src="picture.jpg" height="10" width="100" alt="picture" />
but the image picture.jpg is 400 x 600 px I would love to have a function that corrects the code for all pictures in an HTML-file or just a selected code section just by clicking one button.

so it should change the line to:

Code: Select all

<img src="picture.jpg" height="400" width="600" alt="picture" />

Best wishes

Uli
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Picture Size Adjustment

Post by Aivars »

This could be a bit too special-purpose to include in WeBuilder but I can see it as a plugin. The plugin system is currently in development; remind me when it's ready and I'll write the plugin for you, it would actually be quite easy to do. Of course, if others need a feature like this, we will consider adding it as a Webuilder feature.
Blumentals Software Programmer
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: Picture Size Adjustment

Post by Karlis »

Actually this is something that is already there and has been for years. Right-click on image tag and select Update IMG Size (file must be saved and image must be located in the relative path - in your example - same folder).

For more advanced operation indeed, maybe plugins would be a solution.
Karlis Blumentals
Blumentals Software
www.blumentals.net
User avatar
Uli
Posts: 10
Joined: Sun Nov 18, 2007 3:42 pm

Re: Picture Size Adjustment

Post by Uli »

For me the most interesting feature would be to correct ALL images within a full page or a certain part of selected code with one mouseclick. As a plugin or built-in - any solution will be fine. I remember that this was a nice feature in a (discontinued australian) HTML-Editor that I used before I discovered "WeBuilder".

I had a situation this week when I was looking for it. I had some code written with navigation buttons that were included as IMG. It was easy to insert the images as WeBuilder gives me the right size when I use the CTRL+M.
Then I was unhappy with the letter spacing on the buttons so I went into photoshop and made a new set. But that changed the size of all the buttons. Now I had to check out the size ofg every single button and to hand-edit all the widths and heights in the code. That was the moment I was missing this wonderful feature.

Thanks for the hint with the right-click. This one I didn't see. This saves already 70% of the work. An extension of this feature to all images on the page would be lovely...
Post Reply