Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Give me an Idea to how to put this image up to another image responsiv Reply To: Give me an Idea to how to put this image up to another image responsiv

#208283
Jerba
Participant

Okay, right I see!

* Simple create various images which are scaled down / up and use media queries to display them accordingly in relation to the screen / viewport size.

* Don’t use images… Build the letter in HTML & CSS, it will be much more convenient.

* Use SVG (Scalable Vector Graphics), if you’re using a raster image type like .png etc, using dynamic dimensions will impact the image quality greatly.

All of those possible options will work fine here, if you can build the envelope etc in html and css then great! If not use an svg image as opposed to a raster image (png, gif, jpeg etc).