Instagram Widget Sizing-图片大小不一样

时间:2018-08-16 18:49:23

标签: widget instagram blogger

我在Blogger上有一个Instagram小部件(如下图所示)-我希望它显示相同大小的图片,而不是现在所显示的内容。我应该更改下面代码的哪一部分?很想学习。

以下是我主题中的代码:

interface Mapper<F, T> {

    fun map(from: F): T

}

以下是HTML / Java脚本小工具的代码:

/** Instagram widget support **/
.instag ul.thumbnails > li {
    width:30% !important;
}
.instag ul.thumbnails > li img:hover {
    opacity:.8;
}
.instag ul li {
    margin:0;
    padding-bottom:0;
    border-bottom:none;
}
.pllexislider ul li {
    margin:0;
    padding-bottom:0;
    border-bottom:none;
}

Instagram Widget-当前状态  preview 谢谢!

1 个答案:

答案 0 :(得分:0)

instafeedjs中,resolution键有3个选项:

  • thumbnail-150x150
  • low_resolution-306x306
  • standard_resolution-612x612