Facebook和Twitter按钮在prettyphoto中被截断

时间:2012-06-13 16:33:24

标签: css prettyphoto

我正在使用prettyphoto在图库中显示图像和视频。但是,社交按钮被截断。我尝试在prettyPhoto CSS中将overflow属性更改为auto,但所有这一切都是添加滚动条。无论照片或视频的大小如何,都会发生这种情况(请参阅下面的屏幕截图)。有办法解决这个问题吗?

enter image description here enter image description here

1 个答案:

答案 0 :(得分:8)

有同样的问题。 更改了社交按钮的CSS,如下所示:

.pp_social { float: left; margin: 0; width:450px;}
.pp_social .twitter { float: left; width: 90px; }
.pp_social .facebook { float: left; margin-left: 15px; width: 80px; overflow: hidden;}

希望这有帮助。