Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- /*Fix image size on IE 11 - do not delete this */
- ( function( $ ) {
- $( document ).ready( function() {
- var img = $( "body.ie .et_pb_blurb_description p img" );
- img.each( function() {
- var width = $(this).attr("width"),
- height = $(this).attr("height");
- $(this).css({
- 'width': width,
- 'height': height,
- })
- } )
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment