Your IP : 216.73.216.11


Current Path : /home/digilove/public_html/plugins/system/bdthemes_shortcodes/shortcodes/frame/js/
Upload File :
Current File : /home/digilove/public_html/plugins/system/bdthemes_shortcodes/shortcodes/frame/js/frame.js

jQuery(document).ready(function($) {

    $('.su-frame-align-center, .su-frame-align-none').each(function() {
        var frame_width = $(this).find('img').width();
        $(this).css('width', frame_width + 12);
    });
        
});