lfuelling / music

My Music Page
http://music.k40s.net
0 stars 1 forks source link

Fix Cover DImensions #13

Open lfuelling opened 9 years ago

lfuelling commented 9 years ago

The cover image is always at a fixed size. I want it squared to the maximum width of the <div>it's in.

Image: bildschirmfoto 2015-02-04 um 16 31 48

lfuelling commented 9 years ago

@mischah could you help me with this?

mischah commented 9 years ago

Sure :octocat:

.img512 {
  width: auto;
  max-width: 100%;
}

Screenshot

lfuelling commented 9 years ago

The panel should be squared to the image. It still isn't :disappointed: