<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Responsive Video Embeds
 *
 * Create and maintained by Kevin Leary, www.kevinleary.net, WordPress development in Boston, MA
 */(function(e){var t={config:{container:e(".rve"),selector:"object, embed, iframe"},init:function(n){t.config.container.length&gt;0&amp;&amp;e(window).on("resize load",t.resize)},resize:function(){e(t.config.selector,t.config.container).each(function(){var t=e(this),n=t.parent().width(),r=Math.round(n*.5625);t.attr("height",r);t.attr("width",n)})}};t.init()})(jQuery);</pre></body></html>