Display Either PDF or Image Problem Using Jquery.Media Plugin

Display Either PDF or Image Problem Using Jquery.Media Plugin

I have a page that displays either a PDF or an Image based on what the user has uploaded. I use the following code to initialize the media: $(objMedia).media({width:900, height:500});
 
This works just fine when displaying a PDF but when it displays an image (jpg) it squashes the image down to fit the specified height. I tried to set the height to 0 and it works fine for displaying images but when it displays a PDF the document does not show up at all.
 
Any insight would be greatly appreciated!