Questions tagged [cover]
219 questions
0
votes
1 answer
I need help adding an svg text logo over a cover image on my website
I have two SVG images (one for mobile and one for regular screens) and I'm trying to figure out where to add them into the code. I have a child theme created already. I was planning to use this code to my header structure:
.trawell-cover {
…

Samantha Shea
- 1
- 1
0
votes
0 answers
WordPress: How to create upload image button inside author page - IMAGE COVER NOT AVATAR?
I think search engines they are crazy :), 3 days of searching of how to create image uploader button in frontend for image cover/banner inside the author page, And all the results I have got talking about AVATAR :( OMG! HEY Google please I don't…

Adham Mohamed
- 167
- 1
- 10
0
votes
1 answer
Image cover inside slider
I have the following bootstrap slider
0
votes
1 answer
Database normalization - to decompose it into BCNF and find the canonical cover for F
I am trying to figure out the canonical cover for F of the table below and decompose it to BCNF. - Attribute of book
Book ID Title ISBN Publish Date Publisher ID Publisher Name Book score Author ID Author Name
Each book got single score and one…

Peter
- 19
- 2
0
votes
2 answers
CSS - Position element above others and in the middle of screen
I want to position a div in the middle of the screen, above all other elements so it makes them unclickable and covers them with its background.
.myElement {
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
background:…

Smitherson
- 373
- 1
- 4
- 11
0
votes
0 answers
Vertex Cover obtain optimal integral solution from half-integral
given a LP half-integral solution from the minimum vertex cover problem with x € {0, 1/2 , 1} I'm looking for an algorithm that returns an integer solution with x € {0,1} that is optimal.
Obviously I can't just round up all x, since that would yield…

moepmoep12
- 27
- 10
0
votes
1 answer
Alternative to background-size: cover for img tags?
I'm trying to make an
fill its wrapper entirely at all times without stretching or changing the image proportions.
Seeing as object-fit doesn't work for IE/Edge without polyfills, does this solution cover all edge cases?
.image-wrapper {
…

Koshua
- 47
- 9
0
votes
0 answers
R bfast trend analysis of univariate forest cover
I have forest cover (in %) data for a period of 16 years. I am trying to do a time series trend analysis in R so that I could see when the forest cover declined or increased. I generated random numbers and below is a small portion of how the data…

user65127
- 117
- 5
0
votes
2 answers
Perfect Full Page Background Image not Working on Mobile
The Perfect Full Page Background Image is not working correctly on mobile...
Can you please help me adjust the CSS/HTML code below?
Previewing in Chrome:
Live on iPhone 7Plus:
Notice how the background image is skewed, distorted, and blurry?
Why…

Matie
- 181
- 1
- 19
0
votes
1 answer
Background Image Distorted when using cover and appending lots of images
I am having some difficulty adjusting a background image for a website I am writing. I want to use a large picture to cover the background of the site. I am using the css property cover and it looks fine when the page loads.
My problem is when a…

Adam Specker
- 425
- 3
- 14
0
votes
0 answers
How to change Album Art using Content Resolver?
Basically i want to change the album art of audio file in android.i am getting all the audio file by the following method:
private void loadAudio() {
ContentResolver contentResolver = myContext.getContentResolver();
Uri uri =…

Dibyaranjan Mishra
- 55
- 9
0
votes
1 answer
CSS issue: background taller than screen
I'm making a website but I have a problem with the background. I use {background-size: cover;} to make my background fill the screen. But when the background image is taller than the screen, we can only see a small part of the image. I'd like to…

Bastien Soucasse
- 55
- 1
- 5
0
votes
1 answer
CSS - Cover Image Gradient Over
I'm working to have a gradient layer over a cover image. I don't understand why its happening in this way.
Have a look on the below code.
Source: Wallpaper
For instance:
header {
position: relative;
height: 300px;
background-repeat:…

Hemanth Kumar S
- 1
- 1
0
votes
1 answer
Minimum vertex cover of a binary tree
If you have a binary tree that has 2^n - 1 vertices, where n >= 1, what is amount of vertices needed to have a minimum vertex cover?

Haani
- 109
- 3
- 11
0
votes
1 answer
Cover Flow Advice
I need to implement cover flow in our iphone app. Our app need to display images from server. We already have webservice to return list of pictures. Number of pictures will grow over time to 1000s of pictures.
Here I need your help to decide which…

varmab
- 243
- 1
- 2
- 5