seldomseensmith
10-24-2011, 11:46 PM
1) Script Title: JQuery Image Magnifier
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/imagemagnify.htm
3) Describe problem: I have been using this awesome JS code on my blog http://thejourneyofseldomseen.blogspot.com for the last 2 years with no issues, but Blogger is forcing everyone to change to a new user interface, and for some reason the image magnifier no longer works. I have turned Lightbox off, but when clicking the image instead of the usual in place "zoom out" it redirects to a new page.
I have noticed the image coding is very different from the old interface -
Old interface:<a><img style="float:right; margin:10pt 10pt 10px 10px;cursor: pointer; cursor:hand;width: 280px; height: 210px;" src="https://lh3.googleusercontent.com/-8FxJPuwYw0M/TqIxH9nRwAI/AAAAAAAALT0/7gpzGoUhtOM/s800/IMG_6558.jpg" border="0" img class="magnify" magnifyby="3" alt="" /></a>
New interface image coding:<div class="separator" style="clear: both; text-align: center;">
<a href="https://lh6.googleusercontent.com/-EilAUk34AWs/TeLE6UISBZI/AAAAAAAAIwk/KdwcveiTvIA/s800/IMG_1712.jpg" imageanchor="1" style="clear:left; float:left;margin-right:1em; margin-bottom:1em"><img border="0" height="210" width="280" src="https://lh6.googleusercontent.com/-EilAUk34AWs/TeLE6UISBZI/AAAAAAAAIwk/KdwcveiTvIA/s800/IMG_1712.jpg" img class="magnify" magnifyby="3" /></a></div>
Text in red is what gets inserted into image code for magnifier to work.
I'm not especially bright or experienced when it comes to HTML and CSS, but if someone knows how I can fix this issue I would be very grateful.
Eric
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/imagemagnify.htm
3) Describe problem: I have been using this awesome JS code on my blog http://thejourneyofseldomseen.blogspot.com for the last 2 years with no issues, but Blogger is forcing everyone to change to a new user interface, and for some reason the image magnifier no longer works. I have turned Lightbox off, but when clicking the image instead of the usual in place "zoom out" it redirects to a new page.
I have noticed the image coding is very different from the old interface -
Old interface:<a><img style="float:right; margin:10pt 10pt 10px 10px;cursor: pointer; cursor:hand;width: 280px; height: 210px;" src="https://lh3.googleusercontent.com/-8FxJPuwYw0M/TqIxH9nRwAI/AAAAAAAALT0/7gpzGoUhtOM/s800/IMG_6558.jpg" border="0" img class="magnify" magnifyby="3" alt="" /></a>
New interface image coding:<div class="separator" style="clear: both; text-align: center;">
<a href="https://lh6.googleusercontent.com/-EilAUk34AWs/TeLE6UISBZI/AAAAAAAAIwk/KdwcveiTvIA/s800/IMG_1712.jpg" imageanchor="1" style="clear:left; float:left;margin-right:1em; margin-bottom:1em"><img border="0" height="210" width="280" src="https://lh6.googleusercontent.com/-EilAUk34AWs/TeLE6UISBZI/AAAAAAAAIwk/KdwcveiTvIA/s800/IMG_1712.jpg" img class="magnify" magnifyby="3" /></a></div>
Text in red is what gets inserted into image code for magnifier to work.
I'm not especially bright or experienced when it comes to HTML and CSS, but if someone knows how I can fix this issue I would be very grateful.
Eric