[ Video Sharing CMS v4 ] Video thumbs/list image container don't resize

Started by TigerClaw,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TigerClawTopic starter

Hello,

I made a fresh install of 3.6 2 but I have a problem with the video thumbs.
I can resize them but I can't get get the frame (container) around the thumb bigger or smaller than the standard size for a 4 column layout.

For example: I put 640x480 and the layout still stays at 4 columns.

If I try to resize the window the thumbs result zoomed in when I reach the 1 column layout.

I make my own thumbs off site so all of them have the same size of: 640x360.
This configuration works correctly on 3.6 first revision. Maybe something changed in the db?

I tried to:

1) Save the settings multiple times and compare the results. As I said the thumb inside change but the frame around it no.
2) Change settings and clean the cache with the control panel
3) Change settings and delete all the files inside the /cache folder (rm -rf)

  •  

Marius P.

Hi! The containing divs do not resize from admin, those are just the timthumb resize for images.
You need to edit the size in css for .video and .video-thumb if you wish to modify the divs holding it.

.
video {
position: relative;
width: 23.714893617021278%;
float: left;
margin: 0 8px 12px 0;
overflow: hidden;
border: 1px solid transparent;
}

.video-thumb {
position: relative;
display: block;
width: 100%;
overflow: hidden;
background: #fff;
font-size: 0;
vertical-align: middle;
height: 114px;
}


Slightly depends on the theme used.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

TigerClawTopic starter

  •  

Similar topics (7)