Why do you take so long to answer, how to adjust the sound and how to reduce the video window?
???
I have checked our email and I can not find your email, you can send me your account in this question. Please use the private answer option.
http://prntscr.com/l3hgtb
I sent you in private.
If you want to hover sound work, you need to add the class of the section that you want to show sound.
I have added a demo in your theme and now, all the HTML has “a” tag will work with the hover sound plugin.
http://prntscr.com/l3i2m1
THX MEN. =)
How to reduce the output of images on the main page? https://pasteboard.co/HHubE9P.jpg
You can use the following code in the style.css file
@media (min-width: 768px) {
.layout-narrow .hentry .entry-thumbnail img {
width: …px;
height: …px;
}
}
Please login or Register to submit your answer