Questions tagged [cover]

219 questions
0
votes
1 answer

Fixed text over background cover

I have a question regarding my website. I have a parallax effect going on with my website but I want the text "Clinical trials" and all the text below it to stay fixed when I scroll over it, right now it just scrolls with the page how can I fix…
K.Cordilia
  • 21
  • 2
0
votes
1 answer

Facebook API not retrieving event cover

Im using the javascript SDK to request some information from facebook, and when i try to request an specific event: https://developers.facebook.com/docs/graph-api/reference/v2.3/event the cover photo is not been retrieved even when the event has…
PolleX
  • 53
  • 2
  • 7
0
votes
1 answer

Content under a login View is visible for a fraction of second

I have a view displaying some content, which is password protected. In viewWillAppear a variable gets checked, to see if the user is properly logged in : override func viewWillAppear(animated: Bool) { if (!Config.userLoggedIn) { let…
gutenmorgenuhu
  • 2,312
  • 1
  • 19
  • 33
0
votes
2 answers

add view on existing imageview in android

I want to cover existing imageview with another view which just has black background and i want its size to be equal to the imageview but the height doesn't work properly That's my code :
eng.ahmed
  • 905
  • 4
  • 16
  • 38
0
votes
1 answer

set a background image with paperclip on rails 4

well, i got some issues to get a background image with paperclip, actually i got this In app/views/layouts/application.html.erb ... ... In app/helpers/application_helper.rb module…
0
votes
4 answers

Background image cover whole screen

On the homepage of http://www.jeroenvanderwaal.com i'm trying to get the background image to cover the whole screen. I am unable to find out why it isn't covering but leaving an empty space at the bottom. The code so far: .page-id-4 #main…
user3354767
  • 203
  • 2
  • 4
  • 14
0
votes
0 answers

Background cover image offset in x direction without any white space

Probably a basic question, but i'm trying to offset a background cover image to the right at a certain media query. However I added that to the css and when it reaches the media queries it works, but if i scale a certain way there is white space. I…
Niroshan
  • 19
  • 2
  • 7
0
votes
1 answer

How to make my 2side-cover fluid?

I have a 2 Side-Cover which has an image side an Title Side. And i want to make the Title Side move over Image Side when screen Resizes! something like this site Cover NKWindows Thanks for Helping
0
votes
1 answer

having trouble keeping embed video in box of responsive background

i have tried multiple solutions to my problem but i guess the unique structure of my project designs , require unique solution to fit the video in a box and keeping it responsive. here is the snapshot of what i want to achieve: mock up image now…
Alok
  • 808
  • 13
  • 40
0
votes
3 answers

Header Image won't cover page width

I am continuing to practice with HTML and CSS. I am trying to make an image go the width of the page, centered below the header. For some reason, it won't work when I try options on stretching it. My guess is that there is an option I have yet to…
narue1992
  • 325
  • 2
  • 6
  • 20
0
votes
0 answers

Given a rooted tree, how would I design a linear-time algorithm that computes a minimum-size vertex cover?

Okay, So I am given a rooted tree for which at each vertex v I have the values N(v) and M(v) where N(v) is the value of the minimum-size vertex cover of a subtree Tv that includes the node, and M(v) is the value of the minimum-size vertex cover of a…
user2713650
  • 99
  • 2
  • 8
0
votes
5 answers

background image with cover overlay.

Im working on a background image that is placed with inline styling, that has a red tint overlaying the image. The problem occurs when the red tint is covering the content. How would I make the red tint go under the buttons and text? Please see JS…
Paul Designer
  • 845
  • 1
  • 14
  • 21
0
votes
0 answers

Bootstrap 3 cover homepage (full screen) first section

i am using Bootstrap 3 for my site template. The structure of my homepage will look like
0
votes
2 answers

PHP getting cover image from Google Books API

I'm trying to get the image from Google Books service, in the thumbnail. Reading the address in php via file_get_contents get all the web page of the book while I just want to get the cover image. I know that it can be done via the src tag of html…
0
votes
0 answers

cover background image and off-canvas panel

I am using this simple code to adjust a full page background image to my element: background: url(images/bg.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; …
user3631654
  • 1,735
  • 6
  • 22
  • 38