fitvids.css |
fitvids.css |
|
/*
* Fix to stop CKeditor widgets disappearing
* See https://drupal.org/comment/8263377#comment-8263377
* */
.cke.cke_chrome{
visibility:inherit;
} |
fitvids.info |
fitvids.info |
|
name = FitVids
description = jQuery plugin for fluid width video embeds.
core = 7.x
dependencies[] = libraries
configure = admin/config/media/fitvids
scripts[] = fitvids.js
stylesheets[all][] = fitvids.css |
fitvids.install |
fitvids.install |
|
Install, update and uninstall functions for the Fitvids module. |
fitvids.module |
fitvids.module |
|
Includes the FitVids.js jQuery plugin for fluid width video embeds. |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
README.txt |
README.txt |
|
DESCRIPTION
-----------
This module uses the FitVids.js library for fluid width video embeds (e.g. flash video in <iframe>s). You don't need it for pure HTML5 videos.
It supports YouTube, Vimeo, Blip.tv and Kickstarter by default, and you… |