abhiomkar / portfolio-js

Tiny JavaScript carousel library with horizontal scrolling and all the goodness.
https://portfoliojs.com
80 stars 30 forks source link

Safari browser conflicts #17

Open ghost opened 11 years ago

ghost commented 11 years ago

I seem to be having an issue with safari when I set a max-height in (px) and set width to auto in my style sheet for the portfolio images. When using Firefox and Chrome the images display correctly but safari sets the correct height but keeps the images original width (stretching the image)?

I am using media queries to allow the images to be a little more responsive to various screen sizes.

Do you happen to know where I may look in the portfolio.js doc to remedy this or do you know of a possible solution?