• Resolved tinabee71

    (@tinabee71)


    First – thanks a lot for all these improvements!!!!!!!!

    I have two more questions ??
    Is it possible to change the color of the selection border around the elements in the canvas? Now it′s blue, if I would like to change it to red is this possible via CSS or to make it stronger? It would be easier to use on mobile devices.

    And…
    Is it possible to reduce image size IN the upload process for example if the picture is about 1600×1200 to resize it to 800×600?

    Thanks a lot – and thumbs up for that great work!!!!

    https://www.ads-software.com/plugins/udraw/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author w2pshop

    (@w2pshop)

    Hi Tina ??
    Thanks so much for the kind words!

    To change the color of the selection border around elements you do can do the following.
    1. Go to W2P:uDraw -> Settings ( from the admin section ).
    2. Click the “Designer UI” tab.
    3. Paste the following code in the “Custom JS Hook” section.

    jQuery('#udraw-bootstrap').on('udraw-loaded', function (event) {
        RacadDesigner.canvas.on("object:added", function (object) {
            object.target.cornerColor = 'rgba(255,0,0,0.5)'; object.target.borderColor = 'rgba(255,0,0,0.5)';
        });
    });

    With regards to the image size, ideally it’s always best to always use a higher resolution image, especially if you intend on printing the output. You can always scale the image smaller on the design and the final output should stay small in file size as well.

    Hope this helps and thanks again! ??

    Thread Starter tinabee71

    (@tinabee71)

    Thanks a lot! ??

    Plugin Author w2pshop

    (@w2pshop)

    Our pleasure! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Selection Border and Image Size’ is closed to new replies.