Enqueue magnific-popup?

Hi.
Is their a way to enqueue default BBplugin magnific-popup.js and css in a custom module?

Add these two lines after your constructor:

$this->add_js('jquery-magnificpopup');
$this->add_css('jquery-magnificpopup');

Hi josh. So simple: thanks !