Search found 80 matches

Go to advanced search

by Mike4997955
Mon Dec 17, 2012 8:17 am
Forum: Issues
Topic: Changing Image to url
Replies: 6
Views: 1594
 
Jump to post

Changing Image to url

I thought I was it looking up by class.

I changed it to this, and it works fine:

$('img[dsid="CrystalImage"]').attr('src','http://mobilepublications.net/Healing...');

Thanks Max!!

by Mike4997955
Sun Dec 16, 2012 10:37 pm
Forum: Issues
Topic: Changing Image to url
Replies: 6
Views: 1594
 
Jump to post

Changing Image to url

That is the problem, $('#CrystalImage1') is not returning the image. This is the html i find in chrom dev: a href= http://project.tiggzi.com/views/8d545948-d281-4e99-a60a-847f35bffa49/image/no-image.jpg" rel="nofollow"http://project.tiggzi.com/views/8d545.../a" id="j_38"...
by Mike4997955
Thu Dec 13, 2012 7:48 pm
Forum: Issues
Topic: Changing Image to url
Replies: 6
Views: 1594
 
Jump to post

Changing Image to url

I'm still not able to get the image. I've tried a few things and none worked. If you help me get can get one of these to work, that would be great: Using the builder i set a local storage variable with the http address, and then set the property of the image asset. Javascript: $('#CrystalImage1').pr...
by Mike4997955
Mon Dec 10, 2012 8:30 am
Forum: Issues
Topic: Changing Image to url
Replies: 6
Views: 1594
 
Jump to post

Changing Image to url

I need to change the image on a screen, and load it from the web. On load i used the following javascript: $('#CrystalImage').css('src', 'url(" http://mobilepublications.net/Healing... ")'); I checked the debugger, and the class is correct. But the image isn't changing. I've tried many dif...
by Mike4997955
Tue Nov 06, 2012 7:55 pm
Forum: Issues
Topic: How do i resize an image to fit the screen width?
Replies: 9
Views: 1923
 
Jump to post

How do i resize an image to fit the screen width?

That fixed it. Thank you!

by Mike4997955
Tue Nov 06, 2012 1:07 am
Forum: Issues
Topic: How do i resize an image to fit the screen width?
Replies: 9
Views: 1923
 
Jump to post

How do i resize an image to fit the screen width?

You can see that the browser is choosing a width of 300px, but it also looks like that it discarded the ones i didn't want.

by Mike4997955
Tue Nov 06, 2012 1:05 am
Forum: Issues
Topic: How do i resize an image to fit the screen width?
Replies: 9
Views: 1923
 
Jump to post

How do i resize an image to fit the screen width?

It didn't work. I checked, and my CSS was first on the page's HTML, but it still deferred to page css.

I added the info from chrome.
Image

What do you think is going on with this?

by Mike4997955
Mon Nov 05, 2012 11:08 pm
Forum: Issues
Topic: How do i resize an image to fit the screen width?
Replies: 9
Views: 1923
 
Jump to post

How do i resize an image to fit the screen width?

I've tried using this on page load: $('img[dsid="CrystalImage"]') .css('width', '100%') .css('height', 'auto') .css('display', 'block') ; I've added this to the CSS in the project panel: .mobileimage2_div { width: 100%; height: auto; } .mobileimage2 { width: 100%; height: auto; } What do y...
by Mike4997955
Mon Nov 05, 2012 6:32 pm
Forum: Issues
Topic: How do i resize an image to fit the screen width?
Replies: 9
Views: 1923
 
Jump to post

How do i resize an image to fit the screen width?

The properties i need to work are these: $('img[dsid="CrystalImage"]') .css('width', '100%') .css('height', 'auto') .css('display', 'block') ; So that an image will adjust to the screen width of a mobile device. I used chrome development tools and found: The img width in the class created ...
by Mike4997955
Mon Nov 05, 2012 5:52 pm
Forum: Issues
Topic: How do i re-size a background image to fit the screen?
Replies: 26
Views: 4168
 
Jump to post

How do i re-size a background image to fit the screen?

Sure. I duplicated my theme in tiggizi, and used chrome develop tools to find the CSS file and the class for the .ui-body for my theme I added this css: .ui-body-f { background-repeat:no-repeat; background-size: cover; } It works, but if you know a easier way to change that component, then please le...

Go to advanced search