Answered
IMG Responsive with no Margin
Hello,
when i add the class img-responsive i receive automatically an margin on every picture on the right and left side. But i want that the pictures are 100 %
How can i do that ??
| <div class="row team"> | |
| <div class="col-lg-4"><img src="pictures/team-01.jpg" class="img-responsive" alt="Placeholder image"></div> | |
| <div class="col-lg-4"><img src="pictures/team-02.jpg" class="img-responsive" alt="Placeholder image"></div> | |
| <div class="col-lg-4"><img src="pictures/team-03.jpg" class="img-responsive" alt="Placeholder image"></div> | |
| </div> |
Greetings
Stefan