Questions tagged [cover]

219 questions
0
votes
1 answer

Find the maximum vertex-disjoint path cover

Suppose I have a directed graph with weights on each node. The weight of a path between any two nodes is defined as the following: sum of all nodes in the path and multiply by the number of nodes in that path. We want to find a vertex-disjoint path…
YUE SHE
  • 3
  • 1
0
votes
0 answers

Bootstrap 3 page cover with Fixed navbar and Sticky footer

I am trying to make a web page using Bootstrap 3 page cover with Fixed navbar and Sticky footer http://getbootstrap.com/examples/cover/ http://getbootstrap.com/examples/navbar-fixed-top/ http://getbootstrap.com/examples/sticky-footer/ The problem…
Faisal
  • 3
  • 2
0
votes
1 answer

Minimum covering radius in n dimensions

Is there any known algorithm to solve this ?
user6106260
0
votes
1 answer

Windows Media Player issue

I have got a laptop Windows 7 ultimate x64 and have a problem with Windows Media Player only with certain videos. When I open some videos in WMP, before loading, the "Now Playing screen" comes up as usual right? Well, it is not blue as it should be…
Francis
  • 161
  • 1
  • 2
  • 7
0
votes
0 answers

Vide html5 poster(background-image) cover doesn´t working

i have an issue an one question about the html5´s video. 1.The issue ist that i can not have a cover background-image if i don´t put the tag, i can see the background in 'cover' but after insert the video the image changes the size. Hier an…
TamZam
  • 69
  • 7
0
votes
0 answers

Set Cover Photo Facebook with JavaScript in a smarthphone

Currently this works on desktop: top.location.href = "https://www.facebook.com/me?preview_cover=" + e.id However, in a smartphone this code does not work. top.location.href ="https://www.m.facebook.com/me?preview_cover=" + e.id How could this be…
Raul Garcia
  • 63
  • 1
  • 7
0
votes
1 answer

How to fix code to make cover completely centered w/ CSS3

Good Morning, I am currently working on portfolio and I am trying to make my cover elements completely center vertically and horizontal. I have managed to do this with margin: 0 auto and display: table-cell, vertical-align and for some reason when I…
0
votes
0 answers

object-fit and hover in firefox

I want to fit an image with his parent dimensions. I don't want to use the image as background because is not clearly for google whether the image is using for styling or for content propose. Anyway, i found object-fit and seems to be what I…
andrei_1234567890
  • 123
  • 1
  • 1
  • 7
0
votes
4 answers

Background-size: cover not working in any browser

I have the following HTML code:
Kasia
  • 118
  • 3
  • 16
0
votes
0 answers

Inverse rectangle in rectangle packing / covering algorithm

Traditionally a rectangle-in-rectangle packing problem has a set of rectangles with known,fixed sizes which you want to pack in a as small as possible outer rectangle. I want to do the opposite. I have a fixed outer rectangle and a set of rectangles…
Seba Kerckhof
  • 1,294
  • 1
  • 14
  • 23
0
votes
1 answer

MDX: Calculating MONTH COVER (of Stock) in a performant way

this is my dataset: I want to calculate the "Cover Month". Therefore I have to look for Stock(in this example in january 2016 = 5,000), then have a look for each future month if current stock(january 2016) is bigger than "cum. Sales" of following…
TimB83
  • 1
0
votes
0 answers

Buddypress cover photo upload area missing

after updating Buddypress to 2.4.3 (Wordpress is 4.2.6) I found out that they added Profile cover photo into Buddypress core. Thing is that in "Change Cover Image" tab in profile page there is no upload area. Does anybody have a clue, what might be…
Pupik
  • 391
  • 1
  • 2
  • 13
0
votes
0 answers

git old version file cover new version file

I have a partner working with me, my workstation is Linux and my partner's workstation is Windows. We write codes in different module, but sometimes my new updated file maybe cover by his older version file. I'm sure that he didn't modify my…
andrefun
  • 79
  • 6
0
votes
1 answer

Covering a webpage with temporary login field

I have a heavy ajax based web application. A single PHP file, codro.php is being loaded when the user logs in. All the rest on webpage is ajax based (buttons, navigation bar and so on). After 30 minutes of inactivity the system will log the user…
Paramore
  • 1,313
  • 2
  • 19
  • 37
0
votes
0 answers

Pop up image onclick covering whole site

I need to pop up a whole background on click. It could be done something like an image on the center of page making a whole website less visible and changing after few secs to other image or covering whole web page with my image transforming after…