m80126colin/hexo-tag-owl

View on GitHub
lib/tag/videos/config.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

module.exports = {
  embed:  'type="application/x-shockwave-flash" quality="high" allowfullscreen="true"',
  iframe: 'frameborder="0" scrolling="no" border="0" framespacing="0" webkitallowfullscreen mozallowfullscreen allowfullscreen '
}