Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 303: | Rivi 303: | ||
jQuery( '.simpleupload_prv' ).each( function() { | jQuery( '.simpleupload_prv' ).each( function() { | ||
jQuery( this ).prop( 'src', jQuery( this ).prop( 'src' ).replace( 'width=100', 'width=244' ) ); | var el = jQuery( this ); | ||
if ( el.prev().hasClass( 'focalpoint' ) ) { | |||
// | |||
} else {} | |||
el.prepend( '<div class="focalpoint" style="left: 50%; top: 50%;"></div>' ); | |||
jQuery( this ).prop( 'src', jQuery( this ).prop( 'src' ).replace( 'width=100', 'width=244' ) ); | |||
} | |||
}); | }); | ||


