1
Currently I have started to receive Psds with resolution of 1920px ie, the site made for larger screens, but the designers have sent me the site actually made in this size, ie, fonts, images and etc, all prepared for screen 1920px but if I cut the PSD images and insert them in HTML, if I use the measurements that are in PSD (height, width, spacing and etc.) for the elements, the site gets extremely large in screens of 1366 (which are even the screens that I have here in the office and that I develop the sites). I have already discussed the issue with a design but as most of the times our planets are distinct (hehe) it is very complicated to come to a conclusion. Anyway, does anyone have any information for me? Right now I don’t really know if it’s me (programmer) who is without necessary knowledge of the subject or if it’s the designers who are working with me.
In order to "mask" the problem I am creating a copy of PSD resizing it to 1360 and it is from it that I take the measurements I need such as height, width, spacing and etc. The images I keep cropping the PSD of 1920 but I define the width (width parameter in img tag) according to PSD in 1360 (gave to understand?).
All information on the subject would be of excellent help. Thanks to everyone from now on.
if you just want to resize the images by photoshop only, convert them to smart objects, take two clicks on the icon next to the image in the PS Element Panel, it will open in a new tab, create a new file with the desired size, drag the separate image into the file, press Ctrl+T to resize and cover the part that is needed only
– Murilo Melo
but it’s like @Leonfreire said, it’s good to take knowledge of responsive design, so you can use anything of any size, in several different resolutions, without ever popping/disrespecting the layout
– Murilo Melo
Have you ever checked the DPI in PSD file? If it is larger than 72, when you export it will look larger than the original resolution. At least I went through the same trouble you did, but with the German. The.ai file was exported to image using 150dpi at 1920px, but the generated image was over 3000px. Try to see if that’s not what’s going on.
– celsomtrindade