{{ __('Your Screen Resolution') }} |
|
@if ( !empty($data) )
{{ __('Screen Width') }} |
{{ $data['width'] }} {{ __('Pixels') }} |
{{ __('Screen Height') }} |
{{ $data['height'] }} {{ __('Pixels') }} |
{{ __('DPR (Device Pixel Ratio)') }} |
{{ $data['dpr'] }} |
{{ __('Color depth') }} |
{{ $data['color'] }} {{ __('bits per pixel') }} |
{{ __('Browser Viewport Width') }} |
{{ $data['viewport_width'] }} {{ __('Pixels') }} |
{{ __('Browser Viewport Height') }} |
{{ $data['viewport_height'] }} {{ __('Pixels') }} |
@endif