Cropping tool.
-
I’m using BP 1.1
When I use the default BP theme the cropping tool shows up fine.
I will upload a picture that is 400 wide and 200 tall and it show it at full bloom.
When I use the theme I edited I don’t get the results. It’s always at 55px x 55px.
this is the difference in code:
BP-Theme
<div class=”jcrop-holder” style=”width: 403px; height: 335px; position: relative; background-color: black;”>
The edited Theme
<div class=”jcrop-holder” style=”width: 55px; height: 55px; position: relative; background-color: black;”>
what makes jcrop-holder pick the style size?
- The topic ‘Cropping tool.’ is closed to new replies.