Okay
  Public Ticket #271857
Number of Thumbs in Portfolio
Closed

Comments

  • Drew started the conversation

    Hello,

    I am would like to set the number of thumbnails per row in the work section to 5. Currently, I can only get 5 if I extend the browser window, otherwise it defaults to 3 or 4 per row. Can I set the size of the thumbnails to be smaller and ensure that the least amount of thumbs per row is 5? Thanks!

  •  1,070
    ThemeNectar replied

    Hey Drew!

    Edit this line in the init.js located in the js folder (alter the 500 to something smaller) :)

    var colWidth = ($(this).parents('.carousel-wrap').attr('data-full-width') == 'true') ? 500 : 353 ;

    Cheers