Posts

Showing posts with the label drupal-8

Drupal 8 Juicebox like image gallery with option to zoom and move

Image
Clash Royale CLAN TAG #URR8PPP Drupal 8 Juicebox like image gallery with option to zoom and move I am looking for a method to implement a Juicebox like image enlargement in Drupal 8.5 (with carrousel) which unlike Juicebox also contains an option to zoom in and out, and to move the image in the box with the mouse. Example By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

How can I create an expanding search box in Bootstrap, Drupal 8?

Image
Clash Royale CLAN TAG #URR8PPP How can I create an expanding search box in Bootstrap, Drupal 8? I'm trying to make my search box expand upon clicking the search icon and submit when clicked again. My search block markup currently looks like this: <div class="search-block-form contextual-region block block-search block-search-form-block" data-drupal-selector="search-block-form" id="block-mytheme-search" role="search"> <h2 class="visually-hidden">Search</h2> <div data-contextual-id="block:block=mytheme_search:langcode=en" class="contextual" role="form"> <button class="trigger focusable visually-hidden" type="button" aria-pressed="false">Open Search configuration options</button> </div> <form action="/search/node" method="get" id="search-block-form" accept-charset="UTF-8...