This commit is contained in:
mmrbnjd
2024-11-16 16:46:09 +03:30
parent 81ff32a2b9
commit 356b9d4498
4 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@
_src = "data:image/jpeg;base64," + @userinfo.Company.Logo;
}
<img src=@_src alt class="w-px-40 h-auto rounded-circle">
<img src=@_src alt="avatar" class="w-px-40 h-auto rounded-circle">
</div>
</a>
<ul class="dropdown-menu dropdown-menu-end new-style-13">

View File

@@ -35,7 +35,7 @@
</div>
<div class="tp-blog-author-info-box d-flex align-items-center">
<div class="tp-blog-avata">
<img src="img/avata/blog-avata-Publisher.png" alt="Publisher">
<img class="w-px-40 h-auto rounded-circle" src="img/avata/blog-avata-Publisher.png" alt="Publisher">
</div>
<div class="tp-blog-author-info">
<h5>مهدی ربیع نژاد</h5>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB