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'm running Windows 7 64bit with WampServer 3.1x (also 64bit) to do my Drupal 8.3.4 development work. I need some insights into how to use an alias with Drupal 8.3.4.
In my HOSTS file, I have the following entries:
::1 localhost.foobar.com #Pre-existing Drupal 7 project.
::1 localhost.d8.foobar.com #The Drupal 8 project I'm trying to work on.
Chapter Three built the new ETOnline.com site in Drupal 8 so website editors can add new sections and send article content to multiple distribution channels in a single step.
We made it easy to add new distribution channels and send custom formats to each one. Editors can add new components on the fly, with drag and drop functionality, in a fully responsive presentation that looks great across all devices.
I have Aggregator set up and working fine, pulling in RSS feeds. While everything "works", I have encountered an issue that I would like to fix/make better. My site is all responsive, and everything else adjusts to work with the screen size of the device, however, one of the RSS feeds has this HUGE (like 4k size, currently non-responsive) header image with it. As this code changes each time they update the feed, I obviously can't just update the code. Is there some way to force images via RSS to be responsive?