Page Capture
Component type
Maintenance status
Development status
Component created
Component changed
The Page Capture module allows take screenshots of your site's pages.
The Page Capture module allows take screenshots of your site's pages.
Youku API module provides API interface to youku.com a chinese video provider much like Youtube.
The goal of this module is provide tools for developers, to more easily integrate with Youku by providing some of the more generic things.
Module is stable but still under development, patches and feature requests are welcome.
The Third Light module allows a Drupal site to integrate with the Third Light Digital Asset Management system. This allows content editors to embed images from the Third Light service into items of content.
Note: In order to use this module you will need an active Third Light subscription with associated user accounts.
The module consists of three parts:
Image lazy load plugin to boost page load time and save bandwidth by removing:
Elements will load just when reach visible part of screen.
Drupal 8 module for detect devices and add cache context per device.
This is a lightweight mobile detection based on the [Mobile_Detect.php](http://mobiledetect.net/) library.
PHP examples
------------
### Check type device
``` php
$deviceDetector = Drupal::service('detect.device');
$deviceDetector->isMobile();
$deviceDetector->isTablet()
```
After searching through d.o for a good Spotify module, I decided to write an API module of my own. The other modules seemed to be either absolute (the Spotify API has changed over the years) or are Sandbox projects with very specific functions (like relying on a certain content types).
I needed more an API module. Something to abstract the API calls to Spotify and extract the data, and give it to me for further processing. This is my attempt.
Integrates the ColoFilter CSS library for image effects in Drupal using CSS blend modes.
Using this module you can add any one of the 30 effects on any image field in Drupal. Among other uses, it works great for profile images adding a cool color filter to any image. No coding necessary!
Provides a simple Blazy PhotoSwipe integration.
Provides an API for automatic cropping tools integration.