Select Page

Divi: Make Accordion Tabs Closable

To the header: <script> jQuery(function($){ $(‘.et_pb_toggle_title').click(function(){ var $toggle = $(this).closest(‘.et_pb_toggle'); if (!$toggle.hasClass(‘et_pb_accordion_toggling')) { var $accordion = $toggle.closest(‘.et_pb_accordion');...

Lazy Load Embedded YouTube Videos

Here's some HTML code that'll lazy load YouTube videos. There are better solutions for doing this site-wide, but this is good for just one or two videos. Code courtesy of CSS-Tricks.com <iframe width=”560″ height=”315″...