Show Bootstrap version
$.fn.tooltip.Constructor.VERSION
Show jQuery version
/** | |
* @description Contact Us Component | |
* @const elements {Object} List of elements | |
* @const element {Object} DOM element | |
*/ | |
(function () { | |
/** | |
* @description Main function | |
*/ |
<script> | |
/** | |
* @description Encapsule all variables and funtions | |
* @const mediaQueryHTML {Object} New DOM element with css heigth based on css break points | |
*/ | |
(function () { | |
const mediaQueryHTML = document.createElement('div'); | |
const breakPoints = { | |
0: 1, //xxs |
// Brand Colors | |
$brand-primary: #50b5a7; | |
$brand-secondary: #e4e7e2; | |
$brand-third: #004e49; | |
// Gray Colors | |
$white: #ffffff; | |
$black: #000000; | |
$gray-1: #f3f3f3; | |
$gray-2: #e6e6e6; |
const componentName = { | |
myFunction: function() { | |
// Contents Go Here | |
}, | |
bindAction: function() { | |
this.myFunction(); | |
}, | |
init: function() { |
// Immediately-Invoked Function Expression, or IIFE | |
(function () { | |
// your code... | |
})() | |
//Ready jQuery | |
$(function () { | |
// Code after jQuery is ready... | |
}) |
ffmpeg -i /path/to/original/video.mp4 -vf subtitles=/path/to/subtitles.ass /path/to/video.mp4
ffmpeg -protocol_whitelist file,http,https,tcp,tls,crypto -i "https://embedwistia-a.akamaihd.net/deliveries/bb7d4b29e88178fdd5c6839aa15adadbcb904218.m3u8" -c copy video.mp4
location = /xmlrpc.php {
deny all;
access_log off;
log_not_found off;
}