Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am trying to create a responsive image slideshow. Creating an image slideshow is easy.
I created a content type with image field.
I added nodes. One for each slide.
Created a views block > format: bootstrap_carousel.
Slideshow works just fine. Main problem I face is with the images. If I apply css to make the image 100% width, images do not look good as resize the screens.
Image should be 100% width all devices.
What should be original sizes of images?
Do I need to create a image style and what should be sizes?
I used composer project to create my drupal installation. On my local system, I connected it to my database on my local. I deploy my site using git commit to a remote bare repo that has a hook that creates the files.
Is there a way to setup a profile that has my local mariadb settings and a separate profile that has my server settings? Ideally I would like it to be automatically recognized.
I am now slowly updating all my sites.... and I'm not that fond of all that.... the only reason I'm updating is because of PHP 7 - 7.1 is coming on...
I was happily using for 7 years Drupal 7.30 version and had not a single problem with website... I am a big fan of simplicity and minimalism it provided....
and now... I have to update just because somebody out there decided to retire php 5.6 and Drupal 7.... and they have no peace of mind again, they already are starting to talk about Drupal 9....
I have built a quick website using Drupal 8 and Zymphonies startup theme.
On the desktop site, the text and "Read more" buttons that sit on top of the slideshow are visible. On the mobile site they are not.
I have tried Chrome, Firefox and DuckDuckGo browsers and the problem persists. When I use my smartphone browser to switch to the desktop site, the text and buttons come back. The issue also persists regardless on whether I use portrait or landscape.
I am using Drupal 8 in Acquia platform. Whenever client changes content in the Prod environment, I want to get a notification (may be through e-mail) for that action. Kindly help me on this.