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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3185 posts · 17 topics · 1019 reputation

Badges

Grav Core Team ModSquad Team Member ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Grav performance limits and tuning · 7 years ago

    @elusamus, Have you had a look at the latest blog post about Grav 1.7? In a section on Flex Pages: With Flex Pages we have tested Grav sites with over 50,000 pages! The admin was essentially non-f

  • Display Larger version of image when image clicked · 7 years ago

    @cidelab, Instead of using a modal windows showing a larger (full screen) image, an alternative might be to adapt the layout of the page/image to cater for different screen sizes. Based on the width

  • Is this normal block behavior in my template? · 7 years ago

    @prw, Not quite.... {% do assets.add('theme://js/bricklayer.min.js') %} does not write the javascript to the page. It only adds the javascript file to the assets manager. It is {{ assets.js()|raw }}

  • Is this normal block behavior in my template? · 7 years ago

    @pwr, Did you inspect the source code of the generated page? Everything in 'pagebuild.html.twig' ends up in the <body> tag.

  • Sizes with media queries - with OWL Carousel · 7 years ago

    @msa, According the docs, If you rename the image file to [email protected], Grav will create a resized file and add a srcset to the <img> tag. <img title="Title" alt="Alt" class="img-full-respon

  • Sizes with media queries - with OWL Carousel · 7 years ago

    @msa, How does the generated <img> tag look like?

  • Sizes with media queries - with OWL Carousel · 7 years ago

    @msa, Maybe you could try to replace: <img src="{{ image.url }}" class="img-full-responsive s-rounded" alt="{{ page.title }}"> with: {{ image.sizes('(max-width:26em) 100vw, 50vw').html('', page

  • Is this normal block behavior in my template? · 7 years ago

    @prw, Thanks for rewriting your setup and filling in the blanks. Much clearer this way! TL;DR: Yes, blocks 'javascript', 'stylesheet', and 'bottom' render as expected. As quoted before: Blocks are us

  • Gallery made with child pages · 7 years ago

    @kmk, Glad to here your original issue has been resolved. This new questions seems unrelated and warrents for posting a new issue. Would you mind flagging your last reply for deletion (click the 3 ho

  • Is this normal block behavior in my template? · 7 years ago

    @prw, I have been pondering over your question both yesterday and today quite a bit. And I am still confused... In order to help the reader help you and increase the chance on a response, I would kind