OG text and image are not showing in a format i want
So I have a django project where I have written OG info for facebook,
<meta property="og:type" content="website" />
<meta property="og:image" content="{% block og_image %}{{ request.scheme }}://{{ request.get_host }}{% static 'HRCP-FB.png' %}{% endblock %}" />
So the problem is that when i share that link of FB, it gives me preview-"An image above and texts under that",I want to have a small image on the left and content on the right, I searched for the answers and read that you need to have "Website" in the OG:TYPE,so i changed article to website,after that i tested the url in the facebook sharing debugger but it is showing me the article(yes i have updated/scraped again the debugger, also i have checked whereas there is an article or website in the page source too and "website is there"),but on the other hand "Ahrefs seo extension" shows me that there is a website written in there and not Article,So i have waited ,i thought it needed time but no,The article is there not too.
After that i searched more and read that image must be 1200x600 or smth, so I resized my 500x500 image to 1200x600 and uploaded it, but it gives me the same preview
anybody had the same problem? Maybe i am doing anything wrong?
Thanks in Advance!