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.

Mat Member

@msa · Joined 7 years ago · 37 posts · 11 topics · 4 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

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

    About carousel, with image from same page, seems I solved: 1) renamed all images with final part of filemane @2x 2) using this code in the carousel section: <div class="owl-carousel owl-theme"&

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

    @pamtbaau yes, I use this solution on a loop for owl carousel: <div class="owl-carousel owl-theme"> {% for image in page.media.images %} <img src="{{ image.url }}" class="img-full-re

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

    @pamtbaau many thanks fo suggestion.. after various test... to use this part of code is unnecessary... @pamtbaau: .sizes('(max-width:26em) 100vw, 50vw') is only necessary to add to images filename @

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

    remain the same. Before: <img src="/user/pages/02.products/01.special_equipment/01.mini-cranes/01.bg-lift-m250/m250_01_model_800x800.jpg" class="img-full-responsive s-rounded" alt="BG Lift M250"&gt

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

    Thanks for reply, but nothing change... if I use your code, I see the images in the original size.

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

    Hello, I'm reading " Sizes with media queries" on official documentation, but is not so clear for me. is suggested to use this in twig: {{ page.media['retina.jpg'].sizes('(max-width:26em) 100vw, 50vw'

  • Speed issue with Video Cover Background · 7 years ago

    Hello, I have this strange issue with video cover background. My site have on homepage a video cover, for testing I used a compressed 30sec video loop, selfhosted, for production, I need to use a 30se

  • Simplesearch "tag" search query · 7 years ago

    Hello, I've installed and configured simpleaserch plugin, all works, I have a page for search, all works. But how I can search using tags? On my product pages, I have at the end a list of tag used, I

  • Listing page with dynamic tag · 7 years ago

    Many thanks lilive! I added two taxnomies, "brand" and "model", as result now I have: {% for post in taxonomy.findTaxonomy({'category':'features','model':page.taxonomy.model}).order('date', 'desc') %}

  • Listing page with dynamic tag · 7 years ago

    Hi, thanks for suggestion! this is the section in product page with "features" tagged items: <div class="p-4"> <div class="owl-carousel owl-theme"> {% for post in taxono