{% extends "base.html" %} {% set _cms_title = get_page_content(page_id, 'title', g.lang_code) %} {% set _cms_desc = get_page_content(page_id, 'description', g.lang_code) %} {% set _cms_heading = get_page_content(page_id, 'page_heading', g.lang_code) %} {% set _cms_page_desc = get_page_content(page_id, 'page_description', g.lang_code) %} {% set _cms_head_html = get_page_content(page_id, 'head_html', g.lang_code) %} {% set _cms_og_image = get_page_content(page_id, 'og_image', g.lang_code) %} {% block title %}{% if _cms_title %}{{ _cms_title }}{% else %}{% trans %}Website Screenshot Tool{% endtrans %} | OnlineConvert.cc{% endif %}{% endblock %} {% block description %}{% if _cms_desc %}{{ _cms_desc }}{% else %}{% trans %}Capture website screenshots as PNG, JPG, PDF or TIFF with custom resolution and browser options{% endtrans %}{% endif %}{% endblock %} {% block og_image_tag %}{% if _cms_og_image %}{% endif %}{% endblock %} {% block extra_head %}{% if _cms_head_html %}{{ _cms_head_html|safe }}{% endif %}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %} {% set _ht_screenshot = site.get('hero_bg_type', 'gradient') if site is defined else 'gradient' %} {% set _hero_img = site.get('hero_bg_image', '') if site is defined else '' %} {% set _hero_lcl = (site.get('hero_img_left_color_light', '#1e3a5f') if site is defined) or '#1e3a5f' %} {% set _hero_lcd = (site.get('hero_img_left_color_dark', '#0f172a') if site is defined) or '#0f172a' %}
{% if _ht_screenshot == 'image' %} {% endif %} {% if _ht_screenshot == 'gradient' %}
{% elif _ht_screenshot == 'image' and _hero_img %}
{% endif %}
{% trans %}SCREENSHOT{% endtrans %}

{{ _cms_heading if _cms_heading else _('Website Screenshot Tool') }}

{{ _cms_page_desc if _cms_page_desc else _('Capture high-resolution screenshots of any website as PNG, JPG, PDF or TIFF') }}

{% trans %}Browser Options{% endtrans %}

{% trans %}Browser size{% endtrans %} 1280 × 1280 px

{% trans %}Image Options{% endtrans %}

{% trans %}Image size{% endtrans %} 1280 × 1280 px

{% trans %}Website Screenshot{% endtrans %}

{% trans %}Capture a Website Screenshot Online{% endtrans %}

{% trans %}A free and easy-to-use online tool platform that offers you high-resolution and perfectly captured pictures of different websites available on the internet.{% endtrans %}

{% trans %}Whether it's a YouTube Video, News article, Tweet, Facebook Post, or any other type of website, the tool can help you to easily take pictures and save them on your PC or Mobile phone.{% endtrans %}

{% trans %}You don't require an API or scripts to download and use on your PC. Since it's a platform, everything is performed on the website on the run time.{% endtrans %}

{% trans %}All you need is to enter the URL of the web page on the text field and size it up according to your needs.{% endtrans %}

{% trans %}At last, click on the button to get the screenshot.{% endtrans %}

{% trans %}Action completed{% endtrans %}
{% endblock %} {% block footer %} {{ super() }} {% endblock %}