Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
respondjs
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
respondjs
Merge requests
!5
Issue
#3493528
- Create readme
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3493528
- Create readme
issue/respondjs-3493528:3493528-create-readme.md-file
into
8.x-1.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Viktor Holovachek
requested to merge
issue/respondjs-3493528:3493528-create-readme.md-file
into
8.x-1.x
6 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#3493528
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (base)
and
latest version
latest version
e3aeaedb
1 commit,
6 months ago
1 file
+
52
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.
txt
→
README.
md
+
52
−
0
Options
# Respond.js
Respond.js is a polyfill for CSS3 media queries. It allows
browsers without native MQ support to have a rudimentary
ability to process CSS wrapped in max- and min-width MQs.
@@ -11,23 +13,40 @@ This module adds respond.js in a responsible manner:
provide presentational benefits deemed more important
than the IE userbase. We won't judge you :)
Installing the library:
For a full description of the module, visit the
[
project page
](
https://www.drupal.org/project/respondjs
)
.
To submit bug reports and feature suggestions, or track changes in the
[
issue queue
](
https://www.drupal.org/project/issues/respondjs
)
.
## Table of contents
-
Requirements
-
Installation
-
Configuration
-
Maintainers
## Requirements
This module requires no modules outside of Drupal core.
## Installation
* Download the library from https://github.com/scottjehl/Respond
* Add this folder with the name 'respondjs' in your libraries folder
e.g. sites/all/libraries
* Check the Status Report page if the library is succesfully installed
Install as you would normally install a contributed Drupal module. For further
information, see
[
Installing Drupal Modules
](
https://www.drupal.org/docs/extending-drupal/installing-drupal-modules
)
.
INSTRUCTIONS
------------
Enable module.
## Configuration
No configuration is needed.
Module originally written by Chris Ruppel at Four Kitchens
-- http://drupal.org/project/respondjs
Module maintained and ported to Drupal 8 by Carwin Young at Lullabot
## Maintainers
Respond.js (c) 2011 Scott Jehl, scottjehl.com
-- https://github.com/scottjehl/Respond
-
Carwin Young -
[
carwin
](
https://www.drupal.org/u/carwin
)
-
Chris Ruppel -
[
AstonVictor
](
https://www.drupal.org/u/rupl
)
-
Viktor Holovachek -
[
AstonVictor
](
https://www.drupal.org/u/astonvictor
)
Loading