Hi Vlad

Is your carousel inside a span* (ie span6, span9 etc? These have set widths 
which the images have to fit inside.

On Monday, 1 July 2013 04:09:10 UTC+1, Vlad Ghitulescu wrote:
>
> Hello again!
>
>
> I've replaced the (stupid ;-) *width=1550px; height=550px; / **width=100%; 
> height=auto** *with *width="1550" height="550" *and correspondently 
> *width="100%" 
> height="auto" *but this didn't help either :-(
>
>
> Regards,
> Vlad
>
>
> Am Sonntag, 30. Juni 2013 19:57:25 UTC+2 schrieb Vlad Ghitulescu:
>>
>> Hello!
>>
>>
>> I have a problem using Twitter Bootstrap's carousel in the current 
>> version 2.3.2: my images are not resized proportionally, even including 
>>
>> a) the original width & height 
>>
>> or 
>>
>> b) width=100% & height=auto
>>
>>     <!-- Carousel
>>     ================================================== -->
>>     <div id="myCarousel" class="carousel slide">
>>       <div class="carousel-inner">
>>         
>>         <div class="item active">
>>           <img *width=1550px; height=550px;* src="./image1.png" alt="">
>>           <div class="container">
>>             <div class="carousel-caption">
>>               <h1>Slide 1</h1>
>>               <p class="lead">Cras justo odio, dapibus ac facilisis in, 
>> egestas eget quam. </p>
>>               <a class="btn btn-large btn-primary" href="#s1">more 
>> &raquo;</a>
>>             </div>
>>           </div>
>>         </div>
>>                  
>>         <div class="item">
>>           <img *width=100%; height=auto;* src="./image2.png" alt="">
>>           <div class="container">
>>             <div class="carousel-caption">
>>               <h1>Slide 2</h1>
>>               <p class="lead">Cras justo odio, dapibus ac facilisis in, 
>> egestas eget quam. </p>
>>         <a class="btn btn-large btn-primary" href="#s1">Mehr &raquo;</a> 
>>               
>>             </div>
>>           </div>
>>         </div>
>>       </div>
>>      
>>       <a class="left carousel-control" href="#myCarousel" 
>> data-slide="prev">&lsaquo;</a>
>>       <a class="right carousel-control" href="#myCarousel" 
>> data-slide="next">&rsaquo;</a>
>>     </div><!-- /.carousel -->
>>     
>> What do I do wrong?
>>
>> Thank you!
>>
>>
>> Kind regards,
>> Vlad Ghitulescu
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to twitter-bootstrap+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to