Jetpack::devicepx PHP Method

devicepx() public method

Device Pixels support This improves the resolution of gravatars and wordpress.com uploads on hi-res and zoomed browsers.
public devicepx ( )
    function devicepx()
    {
        if (Jetpack::is_active()) {
            wp_enqueue_script('devicepx', set_url_scheme('http://s0.wp.com/wp-content/js/devicepx-jetpack.js'), array(), gmdate('oW'), true);
        }
    }
Jetpack