Comments 3Roman Parodi started the conversationJanuary 16, 2020 at 1:39pmfirst, beautiful template and animations!but I have a couple of loose ends:- How can I set the gallery to display a maximum of 3 images per line but larger than now? https://konxheli.brainblog.ch/konxheli-portfolio/life-in-color/- how can i set the automatic scrolling of the portfolio contents to go further than current? currently it scrolls about 10 to 20% of the screen, but I would need about 50%. https://konxheli.brainblog.ch/konxheli-portfolio/life-in-color/1 Like 3Roman Parodi repliedJanuary 17, 2020 at 2:09pmwhen can I expect an answer?1 Like 1,973Support repliedJanuary 17, 2020 at 4:43pmHi Roman- open /js/scripts.js and on line 2006 change the value of row heightrowHeight : 300,- open the same file and change the value of scroll in this part if( $('body').hasClass("load-project-thumb")) { if ($("body").hasClass("smooth-scroll")) { TweenMax.to(scrollbar, 1.5, {scrollTo:180, delay:0.6, ease:Power4.easeInOut}); } else { TweenMax.to(window, 1.5, {scrollTo:180, delay:0.6, ease:Power4.easeInOut}); } }After you've done the changes, hard refresh the page (Ctrl+F5)Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy1 Like Sign in to reply ...
first, beautiful template and animations!
but I have a couple of loose ends:
- How can I set the gallery to display a maximum of 3 images per line but larger than now? https://konxheli.brainblog.ch/konxheli-portfolio/life-in-color/
- how can i set the automatic scrolling of the portfolio contents to go further than current? currently it scrolls about 10 to 20% of the screen, but I would need about 50%. https://konxheli.brainblog.ch/konxheli-portfolio/life-in-color/
when can I expect an answer?
Hi Roman
- open /js/scripts.js and on line 2006 change the value of row height
rowHeight : 300,
- open the same file and change the value of scroll in this part
if( $('body').hasClass("load-project-thumb")) {
if ($("body").hasClass("smooth-scroll")) {
TweenMax.to(scrollbar, 1.5, {scrollTo:180, delay:0.6, ease:Power4.easeInOut});
} else {
TweenMax.to(window, 1.5, {scrollTo:180, delay:0.6, ease:Power4.easeInOut});
}
}
After you've done the changes, hard refresh the page (Ctrl+F5)
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy