Add a summary here
Drupal 10 support - still supports 8.2+ and 9.x.
Drupal 10 support
Adds support for Drupal 9! (While maintaining support for Drupal 8.5+)
Munavijayalakshmi, mukeshMukesh12, NickDickinsonWilde, Project Update Bot
Issues: 2 issues resolved.
First full release for Drupal 8
Drupal 8 version of the FitVids module.
See the README.txt for installation instructions.
First go at converting module to Drupal 8.
Fixed #2388103: Update to v 1.16 broke iplayerhd video fitting (thanks to aphickey)
Fixed #2304575: Does not work with jQuery >= 1.9 (thanks to stupiddingo for the patch)
fixed #2078821: Ckeditor does not show in Explorer ( IE9, IE10, and IE11 ) - added new stylesheet to fix IE/ckeditor problems fixed #2153155: Inaccurate requirement message - updated the readme
A few JS fixes to get it working properly with modules like ckeditor
Skipped version 7.x-1.13 because of a git problem...
Fixed issue #2001204: When video is brought in via ajax call, it is not responsive - custom domains were being ignored (thanks bjlewis2)
#2038673: console.log() call in fitvids JS makes flexslider die - removed console.log that was breaking scripts in IE (thanks genox!)
console.log
Now works with videos loaded via AJAX. Refactored the javascript to use Drupal behaviours properly.
Remove Vimeo wrapper divs (added by Media - Vimeo)
Fixed iframe selector bug, which caused wysiwyg issues. Also added code to stop Media's iframe wrappers breaking.
Fixed issue #1570516: Not working with content loaded via ajax, popup to work with videos loaded via ajax
Fixes issue #1494936: error after updating fitvids. Also made these changes :- * Renaming constants to minimise clashes * Remove all variables when uninstalling * Better help text * Cleaned up as per coder module
Now using the library api, added make file, added support for custom selectors
Delete module variable (thanks saran.quardz)
Last release was the drupal 7.x branch version, mistakenly labelled as the 6.x.
Backport from 7.x-1.2
Added config screen
Added a configuration screen.
Removed the jQuery plugin - had included it by mistake. Also added a README file.
First release.
The module assumes that the videos to be resized are in an element with class="region" - the next release will add an options page to override that.