Max image width of 750
This commit is contained in:
parent
31385bf024
commit
e175a4750f
@ -8,4 +8,4 @@ eleventyComputed:
|
|||||||
permalink: "post/{{ post.slug }}/"
|
permalink: "post/{{ post.slug }}/"
|
||||||
---
|
---
|
||||||
|
|
||||||
{{ post.markdown | replace("cms.lewisdale.dev/wp-content/", "lewisdale.b-cdn.net/wp-content/") | replace(".jpg", ".jpg?width=800&quality=80") | replace(".jpeg", ".jpeg?width=800&quality=80") | md | safe }}
|
{{ post.markdown | replace("cms.lewisdale.dev/wp-content/", "lewisdale.b-cdn.net/wp-content/") | replace(".jpg", ".jpg?width=800&quality=80") | replace(".jpeg", ".jpeg?width=750&quality=80") | md | safe }}
|
Loading…
Reference in New Issue
Block a user