Hello to all!
First of all, I want to thank the developer of this comment system. This system is very easy to host and configure!
Also thanks for the opportunity to embed your styles into this system. Thanks to this feature, I was able not only to change the fonts in the style of my blog, but also to make the youtube window the full width of the area of this comment system:
I also wanted to change emoji to twemoji:
Sources: https://github.com/SEVA77/twemoji_for_commentics
Please use!
My blog: my77thblog.pp.ua
First of all, I want to thank the developer of this comment system. This system is very easy to host and configure!
Also thanks for the opportunity to embed your styles into this system. Thanks to this feature, I was able not only to change the fonts in the style of my blog, but also to make the youtube window the full width of the area of this comment system:
Code:
.cmtx_youtube_container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.cmtx_youtube_container iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}
I also wanted to change emoji to twemoji:
Sources: https://github.com/SEVA77/twemoji_for_commentics
Please use!
My blog: my77thblog.pp.ua