• mandatory tool for all the websites i do. install it, activate it, adjust some options, done. uploading, regenerating (for already uploaded files), all stuff works out of the box. retina ftw.

    very nice and quick support, too.

    i also do use the newly implemented api to convert the images i load via wp-ajax into retina as well.
    simply let your rendered template run throught wr2x_picture_rewrite, like this:

    ob_start();
    get_template_part( 'content', 'whatever' );
    $output = ob_get_contents();
    ob_end_clean();
    echo wr2x_picture_rewrite( $output );
    • This topic was modified 7 years, 8 months ago by jnz31.
    • This topic was modified 7 years, 8 months ago by jnz31.
  • The topic ‘superb’ is closed to new replies.