cropping photos :(
bazancik
Registered Users Posts: 33 Big grins
Help!
finally went life and spotted a problem with photos being cropped (in FILL view): anyone found the problem / solution to this?
I added some border to the view -- now it needs some additional padding or something (which I cannot work out)
also can I remove the icons from the right bottom corner? annoying!
example: http://www.franeksiedlok.com/Smug-Folders/Portfolio/i-rVZLmb4/A
finally went life and spotted a problem with photos being cropped (in FILL view): anyone found the problem / solution to this?
I added some border to the view -- now it needs some additional padding or something (which I cannot work out)
also can I remove the icons from the right bottom corner? annoying!
example: http://www.franeksiedlok.com/Smug-Folders/Portfolio/i-rVZLmb4/A
0
Comments
another problem with adding the frame. I currently have this code:
/* Add border around photos in large view*/
.sm-lightbox-image {
border: 15px solid #FFFFFF;
padding: 0px;
}
.sm-lightbox-image {
-webkit-transform: scale(0.97);
-moz-transform: scale(0.97);
-ms-transform: scale(0.97);
transform: scale(0.97);
-webkit-backface-visibility: hidden;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-repeat: no-repeat;
background-position: center center;
background-size: contain !important;
}
and for some reason I get a space added between the frame and sides of the photos after I added the second part of the code. Without the second part photos get cropped on the bottom.
I tried to play with the numbers but no change.
Can anyone help to get frame and no cropping or gaps between the photo or the frame?
http://franeksiedlok.blogspot.com/
Screen Shot 2013-09-17 at 10.44.15.png
http://franeksiedlok.blogspot.com/