Allow custom size rendering

cajkan

Active Member
Hello

i think this would be great feature and improvment to all websites who uses custom design

Example : If my design is 960 grid, small screenshot size is 200x145 px this means 30% of my screen is filled with screenshot and looks ugly

If we could select screenshot render sizes would be awesome.

Thank you
 

Mark

Administrator
Staff member
you can add HTML attributes to further control the size width="150px" ;) or you can use CSS to resize the image.
 

cajkan

Active Member
i was using this

Code:
.center {
    height: 200px;
    width: 155px;
    overflow: hidden;
    text-align: center;
}
but i think you reffer to

Code:
.screenshot {
    border: 2px solid #fff;
    box-shadow: 0px 0px 5px #666;
}
Thanks
 
Top