Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Memm Newcomer

@Memm · Joined 7 years ago · 2 posts · 2 topics · 1 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • What's the best way to change markdown output in Grav? · 7 years ago

    For example ![](someimage.jpg) will produce <img src="route/someimage.jpg"></img>, but what if I want for example to change src to data-src like this <img data-src="route/someimage.jpg"

  • Resizing images by default issue · 7 years ago

    I'm trying to get all images to be filtered by default (such as resize), so I ran this experiment: I have changed user/config/media.yaml to include types: defaults: type: file thumb: media/t