How To Create Responcive Image In Blogger / BlogSpot Post
We Are Use Mobile / DeskTop.
We Are Get Both User Our Website.
Mobile Screen Is Small And DeskTop Screen Is Large.
So, Need For Responcive Image.
You Can Create Your Image Responcive In Blogger / BlogSpot Easily.
Just Add A Css Style In Your Website.
[CODE]
.post-body img {
max-width: 100%;
height: auto;
display: block;
margin: 5px auto;
opacity: 1;
transition: border-color .3s;
border-radius: 4px;
}
.post-body a img:hover {
transform: rotate(-10deg);
}
[/CODE]
Can You Create Your Won Css Style.
Just Do Not Changing.post-body img and .post-body a img:hover
Thanks All.
By
SMsudipBD.Com
We Are Use Mobile / DeskTop.
We Are Get Both User Our Website.
![]() |
Responcive Image In Blogger / BlogSpot Post |
Mobile Screen Is Small And DeskTop Screen Is Large.
So, Need For Responcive Image.
![]() |
Responcive Image In Blogger / BlogSpot Post |
You Can Create Your Image Responcive In Blogger / BlogSpot Easily.
Just Add A Css Style In Your Website.
[CODE]
.post-body img {
max-width: 100%;
height: auto;
display: block;
margin: 5px auto;
opacity: 1;
transition: border-color .3s;
border-radius: 4px;
}
.post-body a img:hover {
transform: rotate(-10deg);
}
[/CODE]
Can You Create Your Won Css Style.
Just Do Not Changing
Thanks All.
By
SMsudipBD.Com
পোস্ট রেটিং করুন
টিউটোরিয়ালটি কেমন লেগেছে মন্তব্য করুন!