jpg problem

Permalink
I'm trying to add a jpg to my site (it's actually a document that I saved as a jpg) and it is displaying in gigantic size. I'm going into edit, adding a block, selecting content, and then selecting image. I've now spent several hours unsuccessfully trying to correct the problem.
Can you please help me?

 
EngineerofStuff replied on at Permalink Reply
EngineerofStuff
Add something like this to the image HTML code:

width="insert number" height="insert number"

Remember to keep the aspect ratio!

You could also resize the image in a photo editor (ie. Photoshop).


Always search the Internet first if you have a problem, there are many resources on there.
MrKDilkington replied on at Permalink Reply
MrKDilkington
HI LWVNC,

Do you have a link to your website?

Is there a reason that you are including the document as an image instead of the native document format?

If the image of the document is to be printed, then it will need to be fairly large.

One approach is to include a smaller thumbnail version of the document image that would link to a larger version of the image for printing.

If the document doesn't have photographic images, then you probably would get a smaller, better performing file by using PNG8 instead of JPG.

TinyPNG is an online PNG8 converter
http://tinypng.com/
theneptune replied on at Permalink Reply
theneptune
Add width and height to the image tag according to requirement.