willianmano / moodle-theme_moove

A Moodle Boost child theme
GNU General Public License v3.0
171 stars 157 forks source link

Images slides no responsive? #377

Closed laonse closed 1 year ago

laonse commented 2 years ago

Hello willianmano, I manage two platforms with Moove theme. One with Moodle 3.11 and another in which I am testing with Moodle 4.0.1. In the latter, the slide images of the main page are not fully visible as in version 3.11 when using a smartphone. Another aspect that I think is getting worse is the image of the course in the header that is no longer there, can I do something to put it back like before? Thank you very much for your work and attention. Cheers

Screenshot_2022-07-11-16-45-54-121_com android chrome

Screenshots

willianmano commented 2 years ago

@laonse about the header image: this image is a good feature but with a bad implementation. Moodle only offers one field to add course images and this same image is used in a lot of areas. Most part of users had problems with this, because almost always, the image is good for the course header and bad for the course card box. This is why I removed it.

willianmano commented 2 years ago

@laonse about the slider not being responsive. I can create a fully responsive site for you, with all your requirements and what you think responsivity is, but what you want is different from what EVERYBODY needs. Thinking about this we need to be as much generic as we can. slider images have this CSS:

background-size: cover; background-position: center;

You can add any CSS code to customize it in your moodle, without changing the source code, or you can do even better, to create a PR with your solution.