diff options
Diffstat (limited to 'gui/templates')
-rw-r--r-- | gui/templates/predistortion.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/templates/predistortion.html b/gui/templates/predistortion.html index 6d2f738..2ebf7ea 100644 --- a/gui/templates/predistortion.html +++ b/gui/templates/predistortion.html @@ -45,8 +45,8 @@ along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. <div class="panel-heading">Capture TX and RX frames</div> <div class="panel-body"> <div> - <img id="txframeimg" src="dpd/txframe.png" /> - <img id="rxframeimg" src="dpd/rxframe.png" /> + <img id="txframeimg" src="dpd/txframe.png" width="320" height="240" /> + <img id="rxframeimg" src="dpd/rxframe.png" width="320" height="240" /> </div> <div> <button type="button" class="btn btn-sm btn-info" id="refreshframesbtn"> |