• Resolved fsjones

    (@fsjones)


    Thank you for continuing to update the plugin! The way my site is laid out it makes more sense to have the full-screen button above the DICOM images instead of below. Would this be easy for me to accomplish by editing the plugin code?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ivmartel

    (@ivmartel)

    Yes it should! You need to move this line: DicomSupport.php#L200.

    You can put it above the ‘main container div’ definition. Not sure how comfortable you are with php but just in case, in a string, the . allows to appends content. You need to do something like:

    $html = '';
    $html .= '-- the full screen link --';
    $html .= '-- main container definition --';
    • This reply was modified 5 years, 4 months ago by ivmartel.
    Thread Starter fsjones

    (@fsjones)

    Perfect. That worked!

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Full Screen Button Location’ is closed to new replies.