tbbooher / new_cfa

new cfa site
MIT License
0 stars 0 forks source link

Fluid Images #17

Open derick-montague opened 9 years ago

derick-montague commented 9 years ago

WP will always add width and height to images, which in order to make fluid images work, you will need to create an image rule.

img { width: 100%; height: auto; }

This will assure that the images will grow and shrink with the changes to it's container.

tbbooher commented 9 years ago

All here. http://bundler.io

Once you have bundler installed, it should install the right gems and you can fire up guard with something like bundle exec guard

Or run compass compile

Tim On Nov 23, 2014 9:00 AM, "Derick Montague" notifications@github.com wrote:

Assigned #17 https://github.com/tbbooher/new_cfa/issues/17 to @tbbooher https://github.com/tbbooher.

— Reply to this email directly or view it on GitHub https://github.com/tbbooher/new_cfa/issues/17#event-197316653.

derick-montague commented 9 years ago

I'll give it a try when I get home from my sons archery tournament.

Sent from my iPhone

On Nov 23, 2014, at 10:54 AM, Tim Booher notifications@github.com wrote:

All here. http://bundler.io

Once you have bundler installed, it should install the right gems and you can fire up guard with something like bundle exec guard

Or run compass compile

Tim On Nov 23, 2014 9:00 AM, "Derick Montague" notifications@github.com wrote:

Assigned #17 https://github.com/tbbooher/new_cfa/issues/17 to @tbbooher https://github.com/tbbooher.

— Reply to this email directly or view it on GitHub https://github.com/tbbooher/new_cfa/issues/17#event-197316653.

— Reply to this email directly or view it on GitHub.

derick-montague commented 9 years ago

So bundler installed and trying to run bundle install before I can even run bundle exec guard results in more dependencies that need to be addressed and a multi-step process to getting dev-kit and other stuff installed. This has been my experience with ruby and I'm not a fan to be honest. It's not a good use of my time and I know it works well for you, so maybe I can get you the code and you can update the scss that is stored within the gem files. I'm not sure what the other option is.

Derick

On Sun, Nov 23, 2014 at 11:27 AM, Derick derick.montague@gmail.com wrote:

I'll give it a try when I get home from my sons archery tournament.

Sent from my iPhone

On Nov 23, 2014, at 10:54 AM, Tim Booher notifications@github.com wrote:

All here. http://bundler.io

Once you have bundler installed, it should install the right gems and you can fire up guard with something like bundle exec guard

Or run compass compile

Tim On Nov 23, 2014 9:00 AM, "Derick Montague" notifications@github.com wrote:

Assigned #17 https://github.com/tbbooher/new_cfa/issues/17 to @tbbooher https://github.com/tbbooher.

— Reply to this email directly or view it on GitHub https://github.com/tbbooher/new_cfa/issues/17#event-197316653.

— Reply to this email directly or view it on GitHub https://github.com/tbbooher/new_cfa/issues/17#issuecomment-64124794.

tbbooher commented 9 years ago

Ok, it was a bad design decision on my end. I will bring in the sass files so you don't need ruby to compile. In the meantime, you can just send me the code.

Tim On Nov 24, 2014 11:06 AM, "Derick Montague" notifications@github.com wrote:

So bundler installed and trying to run bundle install before I can even run bundle exec guard results in more dependencies that need to be addressed and a multi-step process to getting dev-kit and other stuff installed. This has been my experience with ruby and I'm not a fan to be honest. It's not a good use of my time and I know it works well for you, so maybe I can get you the code and you can update the scss that is stored within the gem files. I'm not sure what the other option is.

Derick

On Sun, Nov 23, 2014 at 11:27 AM, Derick derick.montague@gmail.com wrote:

I'll give it a try when I get home from my sons archery tournament.

Sent from my iPhone

On Nov 23, 2014, at 10:54 AM, Tim Booher notifications@github.com wrote:

All here. http://bundler.io

Once you have bundler installed, it should install the right gems and you can fire up guard with something like bundle exec guard

Or run compass compile

Tim On Nov 23, 2014 9:00 AM, "Derick Montague" notifications@github.com wrote:

Assigned #17 https://github.com/tbbooher/new_cfa/issues/17 to @tbbooher https://github.com/tbbooher.

— Reply to this email directly or view it on GitHub https://github.com/tbbooher/new_cfa/issues/17#event-197316653.

— Reply to this email directly or view it on GitHub https://github.com/tbbooher/new_cfa/issues/17#issuecomment-64124794.

— Reply to this email directly or view it on GitHub https://github.com/tbbooher/new_cfa/issues/17#issuecomment-64216232.

tbbooher commented 9 years ago

class="img-responsive" should fix it

derick-montague commented 9 years ago

You will have to add that I every image then. How will you do that for images set using the WP functionality?

Sent from my iPhone

On Dec 1, 2014, at 7:02 PM, Tim Booher notifications@github.com wrote:

class="img-responsive" should fix it

— Reply to this email directly or view it on GitHub.