Jump to content

My Media Icon Size & Backdrops


tmb4016
Go to solution Solved by arrbee99,

Recommended Posts

Hi all,

 

Had big issue with my main server and had to rebuild - in the process somewhere my css has got screwed up. Can anybody post the css for increasing My Media icon size on home screen and also for lightening and reducing the transitioning effect of the movie backdrops from black on the lfeft of the screen to actually viewable.

 

I've tried various incarnations from previosu posts on both topics but to no effect.

 

Currently running 3.2.30.0

 

Thanks in advance

Link to comment
Share on other sites

  • Solution
arrbee99

You might have tried this already...

 

  .backgroundContainer.withBackdrop {

    background: rgba(0,0,0,.8)!important;
}
 
.alphaPicker-vertical {
    font-size: 125% !important;
}
 
.alphabetPicker {
    bottom: 70px !important;
}
 
/* My Media Image Size */
.smallBackdropCard {width: 20.0% !important;}
 
/* ----- Change Movie Active Thumbnail Image Size ----- */
#itemDetailPage .portraitDetailImageContainer {
    width: 32% !important;
}
 
/* ----- Change TV Active Episode Thumbnail Image Size ----- */
#itemDetailPage .thumbDetailImageContainer {
    width: 32% !important;
}

 

...plus a few extras you may not want or need. Not sure if the' 70px' one actually does anything. May not like the Image Size bit, 32% is a bit OTT...

 

Thanks to Happy2Play and others.

  • Like 1
Link to comment
Share on other sites

Thanks arrbee99. Not sure what was going on but after several attempts the relevant bits of css you posted above have worked. Not sure why it took several attempts but all good in the end. Nearly back to where I was a week ago !

 

Thanks again and to all who have contributed to these bits.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...