• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Chrome, Safari Browser- Img Max-width

Started by tkirui,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tkiruiTopic starter

hey guys,

have an issue with my site. The logo shows the correct size on IE and Firefox but shows very small on Chrome and safari. I have tried to set max-width to none as below;

img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;

but this distorts the video thumbnails. Where can i fix this?In the vibe style?

you can see this in my website afrodzia.com
  •  

Marius P.

afrodzia.com it's offline. Let me know when it's on so I can check, If you have a large logo, you may want to change the grid there.
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!
  •  

tkiruiTopic starter

  •  

Marius P.

Wow, your logo it's huge.
Look here http://getbootstrap.com/2.3.2/scaffolding.html#gridSystem

The logo it's contained in a span 2, which is small, you need to modify it to a bigger one, but you need to keep the grid at max 12, right now they are 3 divs, logo with span 2, and two divs with span 5, if you add to the logo, you need to take from the other, in total the math needs to be 12 for that header's row.
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!
  •  

Similar topics (7)