over and over- relative image size - question 2

linuesa / 2012-12-31 15:07:01   

I read this thread:

  1. indexhibit.org/forum/thread/17843/
  2. And I find the great solution of arsondpi:
  3.     #img-container .over .asset img.lazyload {
  4.         height: auto;
  5.         max-width: 700px;
  6.         width: 66%;
  7.     }
  8. This work fine, but with this solution becomes small image when it reaches the img container that is much larger than the image itself ... Could be improved to make only small images when the browser is smaller than themselves?
  9. Is there any way to apply this to the Slideshow?

Thanks and a happy 2013!

linuesa / 2012-12-31 15:08:17   

Sorry for the bad code inserts....
My question is:
This work fine, but with this solution becomes small image when it reaches the img container that is much larger than the image itself ... Could be improved to make only small images when the browser is smaller than themselves?
Is there any way to apply this to the Slideshow?

This thread has been closed, thank you.