Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Webp Problem?

I do not think that this question has anything to do with WinSCP.
abcjme

Webp Problem?

I have an index page I use for testing right now. On it, I have:

    - a base64 webp image
    - an referenced webp image
    - and a referenced png image.

<img src="data:image/webp;base64,..." alt="">

<br>
<img src="/banner.webp" alt="">
<br>
<img src="/banner.png" alt="">
<br>


The referenced webp only shows for a split second, then it disappears. This occurs on EVERY browser. I messaged my hosting provider about it, and they said that it's due to the site building tool I used. I uploaded the webp image with WinSCP. What might be causing this strange behavior?

A 1 minute video that demonstrtes the problem:
<invalid hyperlink removed by admin>