• databell96

    (@databell96)


    I just upped a few photos to my client’s site and for some reason, they’re coming across really blurry as if it super-compressed the .jpeg’s a second time. Why is that?

Viewing 9 replies - 1 through 9 (of 9 total)
  • ww1065

    (@ww1065)

    Are you changing the picture size on the site? In other words, putting a 200 x 350 (just a size picked at random) picture up and using “width” and “height” parameters in your img tag to force the pictures to a different size without resampling the pictures for best appearance (like Photoshop or GIMP, or other graphics program).

    Thread Starter databell96

    (@databell96)

    No. I am using image parameters but it’s just so it can appear in the HTML. The image really is 150w x 100h.

    solenyi

    (@solenyi)

    can u post links for us to check it out?
    are u using a mobile internetconnection?

    Thread Starter databell96

    (@databell96)

    Sure. Go to https://www.dreamscapela.com and look at the three pics in the Past Events Portfolio near the bottom of the page. And no, I’m not using mobile.

    nalco

    (@nalco)

    It is because when you are sending the image to the editor, you are sending the thumbnail. On your page, the blurry version is:

    paul.thumbnail.jpg

    but that links to a clear image

    paul.jpg

    Send the original to the editor and it should be fixed.

    Thread Starter databell96

    (@databell96)

    OK, I got it. I simply went to code view in the editor and deleted the word ‘thumbnail.’ and problem solved.

    But here’s my question. I originally dragged this image from the Upload/Browse All area to the Visual editor and that’s when it brought in the thumbnail instead of the original. How can I avoid this because it’s my client and not me who’s going to do this and he’s not going to want to drag something in and then delete some type in the code editor. He probably will never want to use the code editor.

    nalco

    (@nalco)

    You don’t drag and drop the image. You use the menu, and choose to send the original image rather than the thumbnail.

    Try single left clicking the image to get the menu to show.

    Thread Starter databell96

    (@databell96)

    Thanks. I think I got it now. But out of curiosity, do I link to the File, Page or None?

    Kafkaesqui

    (@kafkaesqui)

    do I link to the File, Page or None?

    That all depends on what you want from the image. If it’s not meant to be linked, then you want ‘none.’ If you want to link to the image or a page that can display and describe it, then choose file or page, respectively.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Over-compressed blurry pics?’ is closed to new replies.