Question

Photo of Robbie Funderburk

0

Picture Request Problems

There was a bug reported and I think it may still be alive.    The request for picture will allow you to upload a picture but if the picture is not square then the picture imports as a very long and very narrow photo and the crop feature will not work properly.   As long as you import a square photo then it's all good.   Few people outside of iOS folks have an easy way to take a square selfie.

Is this a bug or do I have a setting wrong somewhere?

  • Frank Grand

    Hey Robbie, what browser are you testing this with? I'm getting the same error with Chrome, was wondering if you had already tried other browsers.

  • Photo of Frank Grand

    0

    Hey Robbie,

    It's been confirmed that this is still a bug!  Thanks for the catch.  https://github.com/SparkDevNetwork/Rock/issues/817

    • Rock RMS

      Yep, we're working on a fix, but in the mean time you can remove this "img" style declaration in the Stark.css theme (around line 5247):


      img {
      display: block;
      width: 100% \9;
      max-width: 100%;
      height: auto;
      }

    • Robbie Funderburk

      I just read the gethub and see that it is fixed in 3.0 If I change from the Stark theme will it work now? I would love to get our people interacting with Rock ASAP. The fix above did not seem to change the problem.