mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Adding support for webp images on the front end. Fixes #703
This commit is contained in:
parent
2db6f35b7c
commit
e6717c86ac
2
ui/src/utils.ts
vendored
2
ui/src/utils.ts
vendored
@ -210,7 +210,7 @@ export function isMod(modIds: Array<number>, creator_id: number): boolean {
|
||||
}
|
||||
|
||||
const imageRegex = new RegExp(
|
||||
/(http)?s?:?(\/\/[^"']*\.(?:jpg|jpeg|gif|png|svg))/
|
||||
/(http)?s?:?(\/\/[^"']*\.(?:jpg|jpeg|gif|png|svg|webp))/
|
||||
);
|
||||
const videoRegex = new RegExp(`(http)?s?:?(\/\/[^"']*\.(?:mp4))`);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user