/** jQuery fitvids-doc-ready * http://kevinsspace.ca * Canuck WordPress Theme * Copyright (C) 2017-2019 Kevin Archibalds Licensed GPLv2 or later */ jQuery(document).ready(function($){ // Target your .container, .wrapper, .post, etc. $("#fullwidth-blog-wrap").fitVids(); $("#content-wrap").fitVids(); $("#page-post-wrap").fitVids(); });