words

Facebook stream photo dimensions definitive guide right from CSS sourceFacebook link kép méretének pontos meghatározása

When I was on to make a default share photo for this site, I have made a research on the appropriate dimension for it.
I came across this:

// https://s-static.ak.fbcdn.net/rsrc.php/v2/yZ/r/7mFDR3G4sU9.css @ line: 967
.uiStreamBoulderThemeAgg
.uiStreamAttachments .external img {
	max-height: 100px;
	max-width: 120px;
}

Éppen ennek az oldalnak a default share facebook fotóját készítettem, mikoris meg kellett adnom a kép méretét.
Erre jutottam:

// https://s-static.ak.fbcdn.net/rsrc.php/v2/yZ/r/7mFDR3G4sU9.css @ sor: 967
.uiStreamBoulderThemeAgg
.uiStreamAttachments .external img {
	max-height: 100px;
	max-width: 120px;
}

Last updated: