[ Video Sharing CMS v4 ] Mobile views

Started by Luiggy,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

LuiggyTopic starter

Hi,

How can I fix the video views on mobile. It's showing just half.

Thank you!!
  •  

PHPVibe A.

Hi, in tpl/main/css/responsive.css

@media only screen and (max-width: 550px)
.video-related li {
  display: inline-block;
  float: left;
  width: 99%!important;
  clear: right;
  height: 59px;
}


Increase height:59px with a few more pixels.

LuiggyTopic starter

Hi,

The perfect number 69.

Thank you so much!!!!!!!!!
  •  

PHPVibe A.

Kinki number, but does the job :)))

Glad to help out!

LuiggyTopic starter

  •  

yafe3

thank you this helped  me too i was confused which line because there is 3 lines with the same code but i changed the line number 199
  •  

max18121980

Hello.
Tell me plz how to change to the miniature was not circumcised as it is now (in the screenshot to the dotted line), and completely.

Or how to make miniatures like Luiggy
  •  

LuiggyTopic starter

I'm sorry I don't understand your request :(. The support is on vacation. I do know we can't wait until they come back but we need to wait. What I would like is to show the full video & thumbnail on the mobile.

:cool:
  •  

max18121980

  •  

PHPVibe A.

Quote from: max18121980 on
Dear Alex, help me plz...

Hi, if you resize the browser and inspect element you'll see all the css touching that element.
You can add your own mobile rules (height, etc) in responsive.css under the right sizings.

Similar topics (7)