Making WordPress.org

Changeset 1239


Ignore:
Timestamp:
02/10/2015 12:20:47 AM (10 years ago)
Author:
obenland
Message:

WP.org Themes: Update screenshot sizes for server output.

See r1238, #845.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/content-single.php

    r1238 r1239  
    1313
    1414        <div class="theme-screenshots">
    15             <div class="screenshot"><?php echo esc_url( $theme->screenshot_url . '?w=613&strip=all' ); ?></div>
     15            <div class="screenshot"><?php echo esc_url( $theme->screenshot_url . '?w=732&strip=all' ); ?></div>
    1616
    1717            <div class="theme-actions">
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/content.php

    r1238 r1239  
    55<article id="post-<?php echo $theme->slug; ?>" class="theme hentry">
    66    <div class="theme-screenshot">
    7         <img src="<?php echo esc_url( $theme->screenshot_url . '?w=286&strip=all' ); ?>" alt="">
     7        <img src="<?php echo esc_url( $theme->screenshot_url . '?w=572&strip=all' ); ?>" alt="">
    88    </div>
    99    <a class="more-details url" href="<?php echo esc_url( home_url( $theme->slug . '/' ) ); ?>" rel="bookmark"><?php _ex( 'More Info', 'theme' ); ?></a>
Note: See TracChangeset for help on using the changeset viewer.