Responsive Equal Height elements
A simple JavaScript code to equalise heights of multiple elements on a page. The basic idea is to measure all of their heights and then set all their heights to that of the tallest one.
A simple JavaScript code to equalise heights of multiple elements on a page. The basic idea is to measure all of their heights and then set all their heights to that of the tallest one.
How render/override/customize/theme any drupal form with and without a custom template? Easy!
When in front of me there was a task to make a simple site with breadcrumbs, which can show me the necessary view I started looking my familiar and beloved path_breadcrumbs. However, the module has been for Drupal 7 only. So I had to quickly write my own module.
Now I'll quickly show you how to implement such functionality in your custom theme using View only without any additional contrib module. And of course, we want to add support for ajax infinitescroll reload. Let's go...
In this example, we will look at just a few examples: how to create the programmatically configurable block with fields; how to create a controller; how to integrate your module with 3d party libraries.