Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS Build a Responsive Website Responsive Design Vector Graphics (SVG)

facebook and twitter svg logo problem.

Hello, I've changed the small logos of facebook and twitter in the bottom of the website with the svg ones.

What i did:

  1. I open each file in illustrator and saved as svg.
  2. delete width and height for each image.
  3. used the function object data.

Problem: When I replace the old with the new files the logos became very big! Anyone can help please :(

Have you tried applying a max-width and height: auto to the svg logos?

The img and the object has still a max-width of 100%. In the tutorial file I saw that they leave the svg size instead of leaving the size as sayd Allison in the video. Why? A mistery at the moment!

1 Answer

Wayne Priestley
Wayne Priestley
19,579 Points

Hi Dario,

I would add the height and width back.