Questions tagged [cover]

219 questions
2
votes
2 answers

How to stack two img tags when centered

I am trying to place two img tags onto of each other but have them both centered. Here is where im trying to do it: http://nathanturnbull.me/scrolldiv/home.html The Html:
2
votes
1 answer

Perl: saving cover from MP3 ID3-Tags in external JPG file

Im trying to save the image data from am id3 tag to an jpg file My actual script reads the image data and writes it to a file, whichs code looks exact like the original image file, but if i open it it looks like…
communications
  • 145
  • 1
  • 10
2
votes
1 answer

Background-image: cover, flickering images

I make use of many covered background-images. If i use the same image within the page content area and inside the fixed left panel it flickers very heavy. Reproduced: http://jsfiddle.net/7aUnL/8/ HTML:
user2429266
  • 390
  • 1
  • 3
  • 19
2
votes
1 answer

How to configure cover for a node with multliple applications

I have 4 applications within a node, all tested with Common Test. My cover specification: {level, details}. {incl_dirs, ["apps/app1/ebin", "apps/app2/ebin", "apps/app3/ebin", "apps/app4/ebin"]}. Test command: ct_run -pa apps/*/ebin -pa deps/*/ebin…
mkorszun
  • 4,461
  • 6
  • 28
  • 43
2
votes
0 answers

In Internet Explorer a div without background colour doesn't block mouse interaction with elements below it. Is this wrong?

I sometimes "protect" a custom UI control by placing a transparent div over the top of it. e.g. I have made an interactive data grid, and when I want to disable it, such as when I bring up a dialogue in front of it, I append a transparent div to the…
Code83
  • 148
  • 2
  • 7
2
votes
1 answer

Using taglib to display the cover art in a Image box in WPF

I'm making a player and I'm stuck in a apparently simple problem. I need to make the cover art of the song to be displayed in one Image box. I found these two solutions: This: var file = TagLib.File.Create(filename); if (file.Tag.Pictures.Length…
Noberto Pessôa
  • 125
  • 3
  • 12
2
votes
2 answers

Is there an alternative to background-size:cover?

When using Chrome in particular, it creates a significant scrolling lag and also affects animations on the page and makes them stutter really badly. So is there an alternative to background-size:cover? I have tried a couple things including the…
user2440477
  • 91
  • 1
  • 4
  • 10
2
votes
1 answer

Background Cover with Fixed

I'm trying to create a responsive, FIXED background that works on all major browsers. Basically I'm after the typical background:cover behavior (scales with browser size) BUT, want the background to be fixed to create a parallax effect. Is this…
David
  • 91
  • 1
  • 2
  • 10
2
votes
1 answer

Facebook Events Cover (Graph API)

Facebook today released a new design for Events page (http://allfacebook.com/testing-new-layout-for-events_b111326) There's any way to access to the cover url and also create it using Graph API?
2
votes
0 answers

facebook - App Detail Page - error trying to upload a cover image

I am trying to finish creating a Facebook Application. As you may recall FB requests many different images of specific sizes. For some reason I am not able to upload the cover image (800x150 pixels). I have tried various files but I always receive…
user198302
  • 21
  • 1
1
vote
1 answer

Android disable the function of one layout

Now I have to create a mask (dark grey transparent layer) which cover the bottom layout (scrollview). So I want to disable the touch function and scroll function of the scrollview. Now I can place the mask on the bottom layer. But now I can still…
Thomas Lee
  • 1,001
  • 2
  • 13
  • 31
1
vote
3 answers

Cover Image link to my website

I want make it so that when you click on my cover image on my personal facebook page you get directed to my website instead of my fb photo gallery. This is what I have done.... -Right clicked image -Inspected element -right clicked what the fb…
Brandon Esparza
  • 11
  • 1
  • 1
  • 2
1
vote
1 answer

How to setup Facebook Timeline Cover Photo auto upload in website?

I am new to Facebook API and app development. I am trying to build a facebook timeline cover website where users can auto upload and publish the cover to a new album created in the website/app name. Then they would be redirected to another page on…
AvidLearner
  • 11
  • 1
  • 3
1
vote
0 answers

How to retrieve an url to a book cover only knowing its isbn

is there a way to obtain an URL to a cover of a book when only knowing the book's API? I have tried two approaches yet. First, https://openlibrary.org/dev/docs/api/covers which does not work for me since they did not find any covers for the…
Lasking
  • 11
  • 1
  • 4
1
vote
1 answer

How can I re-scale the text of homepage on phone preview?

We have a problem with the text "A GOLDEN JOURNEY TO EVERYWHERE" on the home page of our website The text on the homepage is in large scale and there’s no problem with monitor/ tablet screen preview of it. But for mobile phone screen, the text won’t…
Fma88
  • 13
  • 2