i have install the Jux social gallery. it work well but the size o photo from instagram is a bit big.
it would be very thankful if any people can advice me how to set up the size or reduce the size
of image from instagram. thank
i would like to reduce the size of thumnail of image.
currently each row can contain only 4 images. if i can reduce
the size of thumnail, it migh be 5-6 image of each row.
tinhbeng wrote: Hi,
I don't unserstand. Can you clarify?
According to you, the box image is big or view image is big
Hi,
You follow these steps:
step1: {root}/module/jux social gallery/assets/plusgallery.css
step2: Find class:
.pgalbumthumb {
float: left;
margin: 10px;
/* max-width: 172px; */
max-width: 200px;->170px // You can adjust to fit
width: 200px;->170px // You can adjust to fit
}
Wish you success!
thanks you very much for your kind and quick advice.
i can do it. the facebook thumbnail can be reduced the size but intagram can not be reduced
the size. i wonder i do something wrong. pls advise me again. thank.
tinhbeng wrote: Hi,
You follow these steps:
step1: {root}/module/jux social gallery/assets/plusgallery.css
step2: Find class:
.pgalbumthumb {
float: left;
margin: 10px;
/* max-width: 172px; */
max-width: 200px;->170px // You can adjust to fit
width: 200px;->170px // You can adjust to fit
}
Wish you success!
Class .pgalbumthumb change only box image of albums,
If you wish for the image, you find the class:
.pgthumb {
display: block;
float: left;
margin: 10px;
position: relative;
/* max-width: 140px; */
max-width: 200px;
width: 200px;->170px // You can adjust to fit
height: 200px;->170px // You can adjust to fit
}
Wish you success!!
wonderful
i can do it . thanks for your kind support and advice.
pratchanon.com/
tinhbeng wrote: Class .pgalbumthumb change only box image of albums,
If you wish for the image, you find the class:
.pgthumb {
display: block;
float: left;
margin: 10px;
position: relative;
/* max-width: 140px; */
max-width: 200px;
width: 200px;->170px // You can adjust to fit
height: 200px;->170px // You can adjust to fit
}
Wish you success!!