rsThumbsVer | Video Gallery Tab width vs. rsImg
If you change the width of the tabs in the Video Gallery ...
.videoGallery .rsThumbs.rsThumbsVer { width: 220px; padding: 0; }
... from 220px to 320px (for example), what else much be changed so that any images (rsImg) will adjust to this change accordingly?
It appears if this change happens, rsImg must be updated to account for the 100px as well.
Thanks in advance!!
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Dmytro Semenov on 20 Oct, 2012 07:18 AM
If you increase size of thumbnails container, size of content are should shrink automatically. If it doesn't - send me link to page and I'll take a look what's wrong.
Dmitry
2 Posted by rwright on 22 Oct, 2012 01:56 PM
You're right - my fault. I stumbled upon a global setting in my CSS that was adversely affecting the rendering. It was img among the below declaration.
img, object, video {max-width:100%}
Sorry and Thanks for the response!
Dmytro Semenov closed this discussion on 22 Oct, 2012 03:15 PM.