How to Use Magic Eraser Tool in Photoshop

 






Magic Eraser tool Photoshop

Thumbnails preview themagnet { img { border-bottom: 1px solid #0aae60; border-top: 1px solid #0aae60; border-radius: 50%; box-shadow: 0 1px 3px #eee; background-image: url(//imgs3.postimg.net/8ba3674ca-27a2-4ed5-b31b-cbf2a70fc9.jpg) rgba(0,0,0,.6); background-size: 200px; } }

Paste the image that you want to open with media queries and choose your ratio to open in three columns.


 Paste in a New or Existing Image.

Make sure it fits the ratio. This will take care of some issues you may have.

Create three different vertical alignment options and also horizontal alignment. This is for the same URL. The last step is to add the :before and :after pseudo-elements.

Folders with filter:thumbnails

Creating folders with filter:thumbnails is a great way to display just a few or several images without trying to see the entire picture all at once.

To Create a new Folder

Duplicate the contents of the first folder and drag that folder into the second folder.

This will cause the second folder to have it's files open in a new tab or window.

Add the three tabs to the image on a new or existing website.

This will give you more room for your CSS without affecting the number of images you have for the website.

BONUS: Wrap Google Docs in Box to display content

Use this example from the repo on CodePen. The CSS in this example will wrap in a box for Google Docs. If you don’t have Google Docs installed, then you can use this example.

this

a

.wrapper{ display: block; height: 0; margin: 0 auto; background-color: transparent; box-shadow: 0 2px 4px rgba(0,0,0,0.4); }

Read how to open Google Docs with filter:thumbnails on CodePen.

Resize image to reflect multiple browser widths


Taking advantage of the algorithm

Built into the website to resize the image to be the browser width.

Image File: microsoft.com.png

fill:fill

rgba(0,0,0,0.5)

@media only screen and (max-width:100px) { .gallery { width: 80%; } }

Place all the images within the .gallery folder as well.

The only important part is to have the width:80% value defined for the maximum width of the browser window, as well as the images.

Resizing images

You can easily resize images to fit any browser width.

You will need to manually define the width of the browser window for the images. With :root set to microsoft.com and IE, you should be able to resize the image without even needing to alter the shape.

 Add drop shadow to reduce the edge

CSS3 has been great for making images more friendly.

Post a Comment

Previous Post Next Post