所以我想让facebook个人资料照片显示其实际尺寸:
https://sphotos-b.xx.fbcdn.net/hphotos-snc6/179672_10151462004583896_870987263_n.jpg 这是照片。
我知道你可以在某处插入java脚本来实现这一点,但我不知道javascript是什么,我也不知道将它放在facebook上。
帮助
谢谢!
答案 0 :(得分:0)
您的意思是在您的网页上?
var Img = document.getElementById('ImgId');
if(Img && Img.style) {
Img.style.height = '200px';
Img.style.width = '100px';
}
如果您只想调整大小,可以使用油漆,Photoshop或在线服务,如picresize和cutmypic !!