Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Toggle Size Constrain

Community Expert ,
Mar 23, 2017 Mar 23, 2017

Copy link to clipboard

Copied

I have used a third party tool to resize some images. I ran one pass to set a max width of 400px with the proportions kept relative. I ran a second pass to set a max height of 450px which only affected any portrait images. In any viewer all images look fine.

My understanding is that if an image has been resized within DreamWeaver and is not showing at its full size, then the sizes are shown in bold in Properties. It used then to be possible to click an icon so that it would be shown full size.

When I put them into DreamWeaver 2017 the images are thus being displayed at their new full size. However, the size shows in bold and there is only a Toggle Size Constrain icon, the Reset Size icon does not display.

As the images are full size, why is the size showing in bold type implying they are not.

Also, I tried to search the online help. I can find the DreamWeaver help but the only search appears to cover all products. I couldn't see a way to search Toggle Size Constrain in DreamWeaver only.

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.

Views

617
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Mar 23, 2017 Mar 23, 2017

Dreamweaver reads the meta data in order to get the height and width data. Depending on what has been done in the 3rd party tool to the image, it may be that the meta data has not been updated correctly.

To check this, open the images causing the problems in Photoshop and view the height and width, by selecting 'info'.

Votes

Translate
LEGEND ,
Mar 23, 2017 Mar 23, 2017

Copy link to clipboard

Copied

Dreamweaver reads the meta data in order to get the height and width data. Depending on what has been done in the 3rd party tool to the image, it may be that the meta data has not been updated correctly.

To check this, open the images causing the problems in Photoshop and view the height and width, by selecting 'info'.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 24, 2017 Mar 24, 2017

Copy link to clipboard

Copied

Bizarrely and without me changing anything, next time I opened DreamWeaver, the font was normal rather than bold.

I am curious about the Toggle Size Constrain icon as clicking it seems to do nothing.

Also is there a way of searching just DreamWeaver's help?

Thanks for you reply.

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 24, 2017 Mar 24, 2017

Copy link to clipboard

Copied

The best way is to Google the subject. One such a search delivered How to insert, edit, and manipulate images in your web pages

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 24, 2017 Mar 24, 2017

Copy link to clipboard

Copied

LATEST

The toggle size constraints, is really a legacy item for xhtml and html4.

html5 does not require the pixel dimensions to be set, as it either takes the intristic dimensions from the images meta data, or it uses the dimensions or properties set in css. html5 is a radical change from the old doctypes, and with the advent of rwd, setting any specific size for elements is now becomming redundant also.

This is also now being applied to font sizes, in that relative sizes are also becomming the standard.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines