Questions tagged [cover]

No instructions have been provided for this tag at the moment.

Retrieving cover images using PHP from Google Books API

Is there a way to retrieve just the cover image from Google Books service using PHP? I tried fetching the page with file_get_contents but it gets the entire book webpage instead of just the thumbnail. I know I can use the src attribute of an img element in ...

Tips for ensuring your background image is fully displayed and covers the entire size

My dilemma lies within the header div. My intention is to have it fully covered with a background image without any cropping. However, the current setup seems to be stretching and cutting off parts of the image. Here is my CSS code: .header { bor ...