Okay
  Public Ticket #790123
Responsiveness / Height
Closed

Comments

  • Stuart Brown started the conversation

    Hi Valiano,

    As mentioned on the Wordpress forum, I've installed the free version of your plug-in on my print sales site and tried many of the settings. I've however been unable to make it responsive to the height of the screen of the device on which it's being viewed.

    What I'd like to achieve is either a "compact theme" or "default theme" gallery that adjusts to the size of the screen, I've only found the way to enter a fixed height making it look great on one size of screen and either too big or small for any other. At the moment screen height is set at 1080 pixels which works great on a 27" monitor but not on an iPad or 17" monitor. Gallery type is currently "default theme".

    There may well be some setting I've not yet found. I'd appreciate being pointed in the right direction to achieve the above mentioned objective.

    Stuart Brown

  •  82
    Max replied

    HI. for this you should put some div, not the gallery, and make sure this div is in the size you want. (using vh unit or something like this).

    http://www.w3schools.com/cssref/css_units.asp

    after that you can put the gallery with 100% height and 100% width to fit this div. 

    I think it'll do the job.