Skip to:
Content
Pages
Categories
Search
Top
Bottom

Cropping tool.


  • gerikg
    Participant

    @gerikg

    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?

Viewing 1 replies (of 1 total)

  • gerikg
    Participant

    @gerikg

    I figured it out.

    I had a css line on the original theme:

    .avatar {
    height:55px;
    width:55px; }

    that caused the issue. It’s a good to know.

Viewing 1 replies (of 1 total)
  • The topic ‘Cropping tool.’ is closed to new replies.
Skip to toolbar