• Hello, I have uploaded images from my DSLR camera to fit in my blog. I see there are three options for resizing but it seems that only the “full size” option allows the image to fill the width of the post. The problem is that the “full size” images are too large (2908 px). I have optimized them all using the Smush plugin but that hasn’t solved the problem. How do I make my images a suitable size for a blog post but also fill the width of the page? TIA

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try using style attributes… like this:
    <img src="image_URL" style="width:125px;height:125px:" alt="image_name">
    This code is an example above. Try adjusting your images height by using this trick.

    To save space and bandwidth, I would use a graphic (I use IrfanView) program on the PC to resize that huge image down to what you actually want as the large size: 640×480 or whatever. Then, upload that image.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images are too large’ is closed to new replies.