I've been searching on and many different things, but no clear method.
I need to resize the outline items and have the picture resized also, with aspect ratio. What is the best option?
Thanks
I've been searching on and many different things, but no clear method.
I need to resize the outline items and have the picture resized also, with aspect ratio. What is the best option?
Thanks |
via the relevant css file/s DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
outline.css DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
yes, but I can't resize the pictures with good aspect ratio with css only... |
Sure you can. https://www.deanbassett.com |
^^^^ what Deano said ;) DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
I'm having trouble with this. You can increase the width of the container (div.wall-oi-item-cnt), but only up to a certain width, it seems. And all that does is make them overlap each other. It stays as 4 columns only. Once you get past a certain number you get two columns, that's it. I would like 3 columns. The screenshot shows chrome's developer tools but I have hard coded this in my css file and the result is the same. |
RE I'm having trouble with this. You can increase the width of the container (div.wall-oi-item-cnt), but only up to a certain width, it seems. And all that does is make them overlap each other. It stays as 4 columns only. Once you get past a certain number you get two columns, that's it. I would like 3 columns. The screenshot shows chrome's developer tools but I have hard coded this in my css file and the result is the same. You'll need to simultaneously change the column width in the document ready function in /modules/boonex/wall/js/outline.js
$(document).ready(function() {
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Yeah I knew there was more to it than what I could do with css. Looks lovely now thank you. |
Any module for this yet? I want the outline images and video thumbnails items to be approx 300 x 240.
Also the video thumbnails are not resized.. they display only a portion. |
can increase the width of the container (div.wall-oi-item-cnt), but only up to a certain width, it seems. And all that does is make them overlap each other. It stays as 4 columns only. Once you get past a certain number you get two columns, that's it.
I would like 3 columns. very late I return.. but, thank you hl ! |
Was there an answer to this? How do we edit the size of Outline images and videos? |