php - resize and crop image to fit ios device -
i'm having several images in various different sizes i'm going use in ios app. since images different sizes means tough application render. therefore crop , resize fit iphone app. issue since images different sizes hard this. want crop similar effect image has specific size, covers , centered?
width: 100%; height: 200px; background-size: cover; background-position: center;
Comments
Post a Comment